Share via


DacInstance.Key.Inequality 演算子 (, DacInstance.Key)

Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance.

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

構文

'宣言

Public Shared Operator <> ( _
    obj As , _
    rightOperand As DacInstance.Key _
) As 
'使用

Dim obj As 
Dim rightOperand As DacInstance.Key
Dim returnValue As 

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

パラメーター

  • obj
    型:
    A System.Object object representing one of the DAC instances to compare. If the object does not reference a DacInstance.Key, the method returns True.

戻り値

型:
A System.Boolean value specifying whether the two DAC instances are the same. Returns True if the parameters reference separate DAC instance, or if only one of the parameters is null. Otherwise, returns False.

関連項目

参照

DacInstance.Key クラス

Inequality オーバーロード

Microsoft.SqlServer.Management.Dac 名前空間