ActionInfo.Key.Equality Operator

定義

オーバーロード

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

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

Equality(ActionInfo+Key, Object)

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

Equality(Object, ActionInfo+Key)

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

Equality(ActionInfo+Key, ActionInfo+Key)

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

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

パラメーター

leftOperand
ActionInfo.Key

左オペランド。

rightOperand
ActionInfo.Key

右オペランド。

返品

演算子の結果。

適用対象

Equality(ActionInfo+Key, Object)

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

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

パラメーター

leftOperand
ActionInfo.Key

左オペランド。

obj
Object

obj。

返品

演算子の結果。

適用対象

Equality(Object, ActionInfo+Key)

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

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

パラメーター

obj
Object

obj。

rightOperand
ActionInfo.Key

右オペランド。

返品

演算子の結果。

適用対象