ConstructorInfo.Equality(ConstructorInfo, ConstructorInfo) 연산자

정의

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

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

매개 변수

left
ConstructorInfo

비교할 첫 번째 ConstructorInfo입니다.

right
ConstructorInfo

비교할 두 번째 ConstructorInfo입니다.

반환

Boolean

leftright와 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상