次の方法で共有


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

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

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

構文

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

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

パラメーター

戻り値

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

関連項目

参照

IntegrationServices.Key クラス

Equality オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間