Operators.ConditionalCompareObjectLessEqual(Object, Object, Boolean) Methode

Definition

Stellt den überladenen Visual Basic kleiner als oder gleich (<=) Operator dar.

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

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

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

Das Ergebnis des überladenen Operators kleiner als oder gleich. False wenn die Operatorüberladung nicht unterstützt wird.

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