EventInfo.Inequality(EventInfo, EventInfo) 運算子

定義

表示兩個 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

要比較的第二個物件。

傳回

如果 true 不等於 left,則為 right,否則為 false

適用於