EventInfo.Inequality(EventInfo, EventInfo) 演算子

定義

2 つの EventInfo オブジェクトが等しくないかどうかを示します。

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

パラメーター

left
EventInfo

比較する最初のオブジェクト。

right
EventInfo

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

戻り値

trueleft と等しくない場合は right。それ以外の場合は false

適用対象