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

truejsou-li si obě CustomAttributeNamedArgument struktury rovny, v opačném případě . false

Poznámky

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

Platí pro