PropertyToken.Inequality(PropertyToken, PropertyToken) Operatore

Definizione

Indica se due strutture PropertyToken non sono uguali.

public:
 static bool operator !=(System::Reflection::Emit::PropertyToken a, System::Reflection::Emit::PropertyToken b);
public static bool operator != (System.Reflection.Emit.PropertyToken a, System.Reflection.Emit.PropertyToken b);
static member op_Inequality : System.Reflection.Emit.PropertyToken * System.Reflection.Emit.PropertyToken -> bool
Public Shared Operator != (a As PropertyToken, b As PropertyToken) As Boolean

Parametri

a
PropertyToken

Oggetto PropertyToken da confrontare con b.

b
PropertyToken

Oggetto PropertyToken da confrontare con a.

Restituisce

true se a non è uguale a b; in caso contrario, false.

Commenti

Il metodo equivalente per questo operatore è PropertyToken.Equals(PropertyToken).

Si applica a