Operators.ConditionalCompareObjectGreater(Object, Object, Boolean) Methode

Definitie

Vertegenwoordigt de operator voor overbelaste Visual Basic groter dan (>).

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

Left
Object

Verplicht. Elke expressie.

Right
Object

Verplicht. Elke expressie.

TextCompare
Boolean

Verplicht. True om een niet-hoofdlettergevoelige tekenreeksvergelijking uit te voeren; anders, False.

Retouren

Het resultaat van de overbelaste operator groter dan. False als overbelasting van operatoren niet wordt ondersteund.

Kenmerken

Opmerkingen

Deze klasse ondersteunt de Visual Basic compiler en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

Van toepassing op

Zie ook