EventInfo.Key.Equality Operator

定義

オーバーロード

名前 説明
Equality(EventInfo+Key, EventInfo+Key)

演算子 == を実装します。

Equality(EventInfo+Key, Object)

演算子 == を実装します。

Equality(Object, EventInfo+Key)

演算子 == を実装します。

Equality(EventInfo+Key, EventInfo+Key)

演算子 == を実装します。

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

パラメーター

leftOperand
EventInfo.Key

左オペランド。

rightOperand
EventInfo.Key

右オペランド。

返品

演算子の結果。

適用対象

Equality(EventInfo+Key, Object)

演算子 == を実装します。

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

パラメーター

leftOperand
EventInfo.Key

左オペランド。

obj
Object

obj。

返品

演算子の結果。

適用対象

Equality(Object, EventInfo+Key)

演算子 == を実装します。

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

パラメーター

obj
Object

obj。

rightOperand
EventInfo.Key

右オペランド。

返品

演算子の結果。

適用対象