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 はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- obj
型: System.Object
指定したオブジェクト。
- rightOperand
型: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key
比較するキーの右辺を表す IntegrationServices.Key オブジェクト。
戻り値
型: System.Boolean
指定したオブジェクトとキーの右辺が等しい場合は true、それ以外の場合は false。