Share via


CustomAttributeNamedArgument.Equality Operátor

Definice

Testuje, zda jsou dvě CustomAttributeNamedArgument struktury ekvivalentní.

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

Parametry

left
CustomAttributeNamedArgument

Struktura nalevo od operátoru rovnosti.

right
CustomAttributeNamedArgument

Struktura napravo od operátoru rovnosti.

Návraty

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

Poznámky

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

Platí pro