Operators.CompareObjectLess(Object, Object, Boolean) Metodo

Definizione

Rappresenta l'operatore Visual Basic minore di (<).

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

Left
Object

Obbligatorio. Qualsiasi espressione.

Right
Object

Obbligatorio. Qualsiasi espressione.

TextCompare
Boolean

Obbligatorio. True per eseguire un confronto tra stringhe senza distinzione tra maiuscole e minuscole; in caso contrario, False.

Valori restituiti

True se Left è minore di Right; in caso contrario, False.

Attributi

Commenti

Questa classe supporta il compilatore Visual Basic e non deve essere usata direttamente dal codice.

Si applica a

Vedi anche