IntegrationServices.Key.Equality 演算子 (IntegrationServices.Key, Object)

指定したオブジェクトとキーの左辺が等しいかどうかを示します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public Shared Operator = ( _
    leftOperand As IntegrationServices.Key, _
    obj As Object _
) As Boolean
'使用
Dim leftOperand As IntegrationServices.Key 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = (leftOperand = obj)
public static bool operator ==(
    IntegrationServices.Key leftOperand,
    Object obj
)
public:
static bool operator ==(
    IntegrationServices.Key^ leftOperand, 
    Object^ obj
)
static let inline(=)
        leftOperand:IntegrationServices.Key * 
        obj:Object  : bool
JScript はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: System.Boolean
指定したオブジェクトとキーの左辺が等しい場合は true、それ以外の場合は false。

関連項目

参照

IntegrationServices.Key クラス

Equality オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間