Share via


NamedDomainKey<T>.Equals メソッド (SfcKey)

スキーマ名キーとこのキーの値が等しいかどうかを比較します。

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

構文

'宣言
Public Overrides Function Equals ( _
    other As SfcKey _
) As Boolean
'使用
Dim instance As NamedDomainKey 
Dim other As SfcKey 
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public override bool Equals(
    SfcKey other
)
public:
virtual bool Equals(
    SfcKey^ other
) override
abstract Equals : 
        other:SfcKey -> bool  
override Equals : 
        other:SfcKey -> bool
public override function Equals(
    other : SfcKey
) : boolean

パラメーター

戻り値

型: System.Boolean
キーの値が等しい場合は true、それ以外の場合は false です。

実装

IEquatable<T>.Equals(T)

関連項目

参照

NamedDomainKey<T> クラス

Equals オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間