ExceptionHandler.Equality(ExceptionHandler, ExceptionHandler) Operator

定義

ExceptionHandlerの指定された 2 つのインスタンスが等しいかどうかを判断します。

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

比較する 2 番目のオブジェクト。

返品

true leftrightが等しい場合は a0/>。それ以外の場合はfalse

適用対象