TargetColumnInfo.Key.Equality Operator

定義

オーバーロード

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

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

Equality(TargetColumnInfo+Key, Object)

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

Equality(Object, TargetColumnInfo+Key)

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

Equality(TargetColumnInfo+Key, TargetColumnInfo+Key)

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

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

パラメーター

leftOperand
TargetColumnInfo.Key

左オペランド。

rightOperand
TargetColumnInfo.Key

右オペランド。

返品

演算子の結果。

適用対象

Equality(TargetColumnInfo+Key, Object)

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

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

パラメーター

leftOperand
TargetColumnInfo.Key

左オペランド。

obj
Object

obj。

返品

演算子の結果。

適用対象

Equality(Object, TargetColumnInfo+Key)

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

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

パラメーター

obj
Object

obj。

rightOperand
TargetColumnInfo.Key

右オペランド。

返品

演算子の結果。

適用対象