IdKey.Inequality 演算子 (IdKey, IdKey)
指定したオペランドを使用して、2 つの指定したキー オブジェクトが異なる値を持っているかどうかを示します。
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
Public Shared Operator <> ( _
leftOperand As IdKey, _
rightOperand As IdKey _
) As Boolean
'使用
Dim leftOperand As IdKey
Dim rightOperand As IdKey
Dim returnValue As Boolean
returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
IdKey leftOperand,
IdKey rightOperand
)
public:
static bool operator !=(
IdKey^ leftOperand,
IdKey^ rightOperand
)
static let inline(<>)
leftOperand:IdKey *
rightOperand:IdKey : bool
JScript はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- leftOperand
型: Microsoft.SqlServer.Management.IntegrationServices.IdKey
比較するキーの左辺を表す IdKey オブジェクト。
- rightOperand
型: Microsoft.SqlServer.Management.IntegrationServices.IdKey
比較するキーの右辺を表す IdKey オブジェクト。
戻り値
型: System.Boolean
指定したオペランドを使用して、2 つの指定したキー オブジェクトが異なる値を持っている場合は true、それ以外の場合は false。