Aracılığıyla paylaş


PropertyToken.Inequality(PropertyToken, PropertyToken) Operatör

Tanım

İki PropertyToken yapının eşit olup olmadığını gösterir.

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

Parametreler

a
PropertyToken

ile PropertyToken karşılaştıracak b.

b
PropertyToken

ile PropertyToken karşılaştıracak a.

Döndürülenler

true eşit değilse ab; değilse , false.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: PropertyToken.Equals(PropertyToken).

Şunlara uygulanır