CustomAttributeTypedArgument.Inequality 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 se dvě CustomAttributeTypedArgument struktury liší.
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 op_Inequality : 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 nerovnosti.
Struktura CustomAttributeTypedArgument napravo od operátoru nerovnosti.
Návraty
true
pokud se tyto dvě CustomAttributeTypedArgument struktury liší, jinak hodnota false
.
Poznámky
Ekvivalentní metoda pro tento operátor je CustomAttributeTypedArgument.Equals.