MethodBase.Equality(MethodBase, MethodBase) 연산자

정의

MethodBase 개체가 같은지를 나타냅니다.

public:
 static bool operator ==(System::Reflection::MethodBase ^ left, System::Reflection::MethodBase ^ right);
public static bool operator == (System.Reflection.MethodBase? left, System.Reflection.MethodBase? right);
public static bool operator == (System.Reflection.MethodBase left, System.Reflection.MethodBase right);
static member ( = ) : System.Reflection.MethodBase * System.Reflection.MethodBase -> bool
Public Shared Operator == (left As MethodBase, right As MethodBase) As Boolean

매개 변수

left
MethodBase

비교할 첫 번째 개체입니다.

right
MethodBase

비교할 두 번째 개체입니다.

반환

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

적용 대상