CustomAttributeTypedArgument.Equality Operátor

Definice

Testuje, zda jsou dvě CustomAttributeTypedArgument struktury ekvivalentní.

public:
 static bool operator ==(System::Reflection::CustomAttributeTypedArgument left, System::Reflection::CustomAttributeTypedArgument right);
public static bool operator ==(System.Reflection.CustomAttributeTypedArgument left, System.Reflection.CustomAttributeTypedArgument right);
static member ( = ) : System.Reflection.CustomAttributeTypedArgument * System.Reflection.CustomAttributeTypedArgument -> bool
Public Shared Operator == (left As CustomAttributeTypedArgument, right As CustomAttributeTypedArgument) As Boolean

Parametry

left
CustomAttributeTypedArgument

Struktura CustomAttributeTypedArgument vlevo od operátoru rovnosti.

right
CustomAttributeTypedArgument

Struktura CustomAttributeTypedArgument napravo od operátoru rovnosti.

Návraty

true jsou-li dvě CustomAttributeTypedArgument struktury stejné; jinak , false.

Poznámky

Ekvivalentní metoda tohoto operátoru je CustomAttributeTypedArgument.Equals.

Platí pro