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