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

b와 비교할 MethodToken입니다.

b
MethodToken

a와 비교할 MethodToken입니다.

반환

truea와 같으면 b이고, 그러지 않으면 false입니다.

설명

이 연산자에 대 한 해당 메서드는 MethodToken.Equals(MethodToken)합니다.

적용 대상