ExceptionHandler.Inequality(ExceptionHandler, ExceptionHandler) 演算子

定義

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 op_Inequality : 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 番目のオブジェクト。

戻り値

leftright が等しくない場合は true。それ以外の場合は false

適用対象