Operators.CompareObjectLessEqual(Object, Object, Boolean) Methode

Definition

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

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

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

True ist Left kleiner oder 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