MethodToken.Equality(MethodToken, MethodToken) 연산자

정의

MethodToken 구조체가 같은지 여부를 나타냅니다.

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

매개 변수

a
MethodToken

MethodToken 비교할 입니다b.

b
MethodToken

MethodToken 비교할 입니다a.

반품

가 같으면 /&이고 , 그렇지 않으면 .

설명

이 연산자에 해당하는 메서드는 .입니다 MethodToken.Equals(MethodToken).

적용 대상