CustomAttributeNamedArgument.Inequality Operatore

Definizione

Verifica se due strutture CustomAttributeNamedArgument sono diverse.

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 op_Inequality : System.Reflection.CustomAttributeNamedArgument * System.Reflection.CustomAttributeNamedArgument -> bool
Public Shared Operator != (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Boolean

Parametri

left
CustomAttributeNamedArgument

Struttura a sinistra dell'operatore di disuguaglianza.

right
CustomAttributeNamedArgument

Struttura a destra dell'operatore di disuguaglianza.

Restituisce

Boolean

true se le due strutture CustomAttributeNamedArgument sono diverse; in caso contrario false.

Commenti

Il metodo equivalente per questo operatore è CustomAttributeNamedArgument.Equals.

Si applica a