Operators.ConditionalCompareObjectLess(Object, Object, Boolean) Yöntem

Tanım

Aşırı yüklenmiş Visual Basic less-than (<) işlecini temsil eder.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

Left
Object

Gerekli. Herhangi bir ifade.

Right
Object

Gerekli. Herhangi bir ifade.

TextCompare
Boolean

Gerekli. True büyük/küçük harfe duyarlı olmayan dize karşılaştırması gerçekleştirmek için; aksi takdirde , False.

Döndürülenler

Aşırı yüklenmiş küçüktür işlecinin sonucu. False işleç aşırı yüklemesi desteklenmiyorsa.

Öznitelikler

Açıklamalar

Bu sınıf Visual Basic derleyicisini destekler ve doğrudan kodunuzdan kullanılmak üzere tasarlanmamıştır.

Şunlara uygulanır

Ayrıca bkz.