EventInfo.Equality(EventInfo, EventInfo) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示兩個 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 ( = ) : 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
。