Operators.ConditionalCompareObjectLess(Object, Object, Boolean) Metode

Definisi

Mewakili operator Visual Basic kurang dari (<) yang kelebihan beban.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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

Parameter

Left
Object

Required. Ekspresi apa pun.

Right
Object

Required. Ekspresi apa pun.

TextCompare
Boolean

Required. True untuk melakukan perbandingan string yang tidak peka huruf besar/kecil; jika tidak, False.

Mengembalikan

Hasil dari operator kurang dari yang kelebihan beban. False jika kelebihan beban operator tidak didukung.

Atribut

Keterangan

Kelas ini mendukung pengkompilasi Visual Basic dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

Berlaku untuk

Lihat juga