MethodToken.Equality(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 ( = ) : 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

trueeşitseb; eşit değilsea, false.

Açıklamalar

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

Şunlara uygulanır