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

指定したオペランドを使用して、2 つのキー オブジェクトが同一の値を持っているかどうかを示します。

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

構文

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

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

パラメーター

戻り値

型: System.Boolean
指定したオペランドを使用して、2 つのキー オブジェクトが同一の値を持っている場合は true、それ以外の場合は false。

関連項目

参照

IntegrationServices.Key クラス

Equality オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間