Event.Key.Equality 運算子

定義

多載

名稱 Description
Equality(Event+Key, Event+Key)

實現運算子 ==。

Equality(Event+Key, Object)

實現運算子 ==。

Equality(Object, Event+Key)

實現運算子 ==。

Equality(Event+Key, Event+Key)

實現運算子 ==。

public static bool operator ==(Microsoft.SqlServer.Management.XEvent.Event.Key leftOperand, Microsoft.SqlServer.Management.XEvent.Event.Key rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.Event.Key * Microsoft.SqlServer.Management.XEvent.Event.Key -> bool
Public Shared Operator == (leftOperand As Event.Key, rightOperand As Event.Key) As Boolean

參數

leftOperand
Event.Key

左邊的操作數。

rightOperand
Event.Key

正確的運算元。

傳回

這是運算子的結果。

適用於

Equality(Event+Key, Object)

實現運算子 ==。

public static bool operator ==(Microsoft.SqlServer.Management.XEvent.Event.Key leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.Event.Key * obj -> bool
Public Shared Operator == (leftOperand As Event.Key, obj As Object) As Boolean

參數

leftOperand
Event.Key

左邊的操作數。

obj
Object

目標。

傳回

這是運算子的結果。

適用於

Equality(Object, Event+Key)

實現運算子 ==。

public static bool operator ==(object obj, Microsoft.SqlServer.Management.XEvent.Event.Key rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.XEvent.Event.Key -> bool
Public Shared Operator == (obj As Object, rightOperand As Event.Key) As Boolean

參數

obj
Object

目標。

rightOperand
Event.Key

正確的運算元。

傳回

這是運算子的結果。

適用於