CustomAttributeTypedArgument.Inequality Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Verifica se due strutture CustomAttributeTypedArgument sono diverse.
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
Parametri
Struttura CustomAttributeTypedArgument a sinistra dell'operatore di disuguaglianza.
Struttura CustomAttributeTypedArgument a destra dell'operatore di disuguaglianza.
Restituisce
true
se le due strutture CustomAttributeTypedArgument sono diverse; in caso contrario false
.
Commenti
Il metodo equivalente per questo operatore è CustomAttributeTypedArgument.Equals.