Operators.ConditionalCompareObjectEqual(Object, Object, Boolean) Methode

Definitie

Vertegenwoordigt de overbelaste Visual Basic is gelijk aan de operator (=).

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

public:
 static bool ConditionalCompareObjectEqual(System::Object ^ Left, System::Object ^ Right, bool TextCompare);
public static bool ConditionalCompareObjectEqual(object Left, object Right, bool TextCompare);
static member ConditionalCompareObjectEqual : obj * obj * bool -> bool
Public Shared Function ConditionalCompareObjectEqual (Left As Object, Right As Object, TextCompare As Boolean) As Boolean

Parameters

Left
Object

Required. Elke expressie.

Right
Object

Required. Elke expressie.

TextCompare
Boolean

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

Retouren

Het resultaat van de overbelaste operator is gelijk aan. False als overbelasting van operatoren niet wordt ondersteund.

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