PropertyToken.Equality(PropertyToken, PropertyToken) Operatore

Definizione

Indica se due strutture PropertyToken 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 ( = ) : 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 è uguale a b; in caso contrario, false.

Commenti

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

Si applica a