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

Tanım

Aşırı yüklenmiş Visual Basic küçük veya eşittir (<=) 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 ConditionalCompareObjectLessEqual(System::Object ^ Left, System::Object ^ Right, bool TextCompare);
public static bool ConditionalCompareObjectLessEqual(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 ConditionalCompareObjectLessEqual(object? Left, object? Right, bool TextCompare);
public static bool ConditionalCompareObjectLessEqual(object? Left, object? Right, bool TextCompare);
static member ConditionalCompareObjectLessEqual : obj * obj * bool -> bool
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")>]
static member ConditionalCompareObjectLessEqual : obj * obj * bool -> bool
Public Shared Function ConditionalCompareObjectLessEqual (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üçük veya eşittir 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.