TargetColumnInfo.Key.Equality 演算子 (TargetColumnInfo.Key, TargetColumnInfo.Key)
2 つの TargetColumnInfo.Key オブジェクトが等しいかどうかを確認します。
名前空間: Microsoft.SqlServer.Management.XEvent
アセンブリ: Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)
構文
'宣言
Public Shared Operator = ( _
leftOperand As TargetColumnInfo.Key, _
rightOperand As TargetColumnInfo.Key _
) As Boolean
'使用
Dim leftOperand As TargetColumnInfo.Key
Dim rightOperand As TargetColumnInfo.Key
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
TargetColumnInfo.Key leftOperand,
TargetColumnInfo.Key rightOperand
)
public:
static bool operator ==(
TargetColumnInfo.Key^ leftOperand,
TargetColumnInfo.Key^ rightOperand
)
static let inline(=)
leftOperand:TargetColumnInfo.Key *
rightOperand:TargetColumnInfo.Key : bool
JScript はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- leftOperand
型: Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
TargetColumnInfo.Key オブジェクトです。
- rightOperand
型: Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
TargetColumnInfo.Key オブジェクトです。
戻り値
型: System.Boolean
2 つのオブジェクトの等価演算の実行結果を示すブール値です。2 つのオブジェクトが等しい場合は True、それ以外の場合は False です。