MethodToken.Inequality(MethodToken, MethodToken) Operatör

Tanım

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

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

Parametreler

a
MethodToken

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

b
MethodToken

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

Döndürülenler

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

Açıklamalar

Bu işlecin eşdeğer yöntemidir MethodToken.Equals(MethodToken).

Şunlara uygulanır