Equals メソッド (SfcKey)
指定された SFC キーに関連付けられているオブジェクトが、DacDomain..::..Key オブジェクトで表される DAC ドメインと等しいかどうかを判断します。
名前空間: Microsoft.SqlServer.Management.Dac
アセンブリ: Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)
構文
'宣言
Public Overrides Function Equals ( _
key As SfcKey _
) As Boolean
'使用
Dim instance As DacDomain..::..Key
Dim key As SfcKey
Dim returnValue As Boolean
returnValue = instance.Equals(key)
public override bool Equals(
SfcKey key
)
public:
virtual bool Equals(
SfcKey^ key
) override
abstract Equals :
key:SfcKey -> bool
override Equals :
key:SfcKey -> bool
public override function Equals(
key : SfcKey
) : boolean
パラメーター
- key
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
比較するオブジェクトを指定する SfcKey 値です。
戻り値
型: System. . :: . .Boolean
比較対象のオブジェクトが DAC ドメインと等しいかどうかを示す Boolean 値です。オブジェクトが等しい場合は True、それ以外の場合は False です。