ExceptionHandler.Equality(ExceptionHandler, ExceptionHandler) 연산자

정의

ExceptionHandler의 지정된 두 인스턴스가 같은지를 확인합니다.

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

매개 변수

left
ExceptionHandler

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

right
ExceptionHandler

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

반환

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

적용 대상