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

right
CustomAttributeNamedArgument

Struktura napravo od operátoru rovnosti.

Návraty

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

Poznámky

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

Platí pro