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