Share via


DacInstance.Key.Equals メソッド ()

Determines whether the specified object key is equal to the referenced object key.

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

構文

'宣言

Public Overrides Function Equals ( _
    obj As  _
) As 
'使用

Dim instance As DacInstance.Key
Dim obj As 
Dim returnValue As 

returnValue = instance.Equals(obj)
public override  Equals(
     obj
)
public:
virtual  Equals(
    ^ obj
) override
abstract Equals : 
        obj: ->  
override Equals : 
        obj: ->  
public override function Equals(
    obj : 
) : 

パラメーター

  • obj
    型:
    A System.Object value that specifies the object to compare.

戻り値

型:
A System.Boolean value that specifies whether the specified key is equal to the referenced object key. If True, the key values are equal. Otherwise, False.

関連項目

参照

DacInstance.Key クラス

Equals オーバーロード

Microsoft.SqlServer.Management.Dac 名前空間