Operators.CompareObjectLess(Object, Object, Boolean) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mewakili operator Visual Basic kurang dari (<).
API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.
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
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
True jika Left kurang dari Right; jika tidak, False.
- Atribut
Keterangan
Kelas ini mendukung pengkompilasi Visual Basic dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.