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 nalevo od operátoru rovnosti.

right
CustomAttributeTypedArgument

Struktura CustomAttributeTypedArgument napravo od operátoru rovnosti.

Návraty

true pokud jsou si tyto dvě CustomAttributeTypedArgument struktury rovny, jinak hodnota false.

Poznámky

Ekvivalentní metoda pro tento operátor je CustomAttributeTypedArgument.Equals.

Platí pro