Operators.CompareObjectNotEqual(Object, Object, Boolean) Methode

Definition

Stellt den Operator Visual Basic ungleich (<>) dar.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static System::Object ^ CompareObjectNotEqual(System::Object ^ Left, System::Object ^ Right, bool TextCompare);
public static object CompareObjectNotEqual(object Left, object Right, bool TextCompare);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")]
public static object? CompareObjectNotEqual(object? Left, object? Right, bool TextCompare);
public static object? CompareObjectNotEqual(object? Left, object? Right, bool TextCompare);
static member CompareObjectNotEqual : obj * obj * bool -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")>]
static member CompareObjectNotEqual : obj * obj * bool -> obj
Public Shared Function CompareObjectNotEqual (Left As Object, Right As Object, TextCompare As Boolean) As Object

Parameter

Left
Object

Required. Ein beliebiger Ausdruck.

Right
Object

Required. Ein beliebiger Ausdruck.

TextCompare
Boolean

Required. Trueum einen Vergleich zwischen Zeichenfolgen ohne Groß-/Kleinschreibung durchzuführen; andernfalls . False

Gibt zurück

Truewenn Left nicht gleich Right; andernfalls . False

Attribute

Hinweise

Diese Klasse unterstützt den Visual Basic-Compiler und ist nicht für die direkte Verwendung aus Dem Code vorgesehen.

Gilt für:

Weitere Informationen