CustomAttributeTypedArgument.Equality Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Struktura CustomAttributeTypedArgument vlevo od operátoru rovnosti.
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.