IdKey.Equals メソッド (SfcKey)

現在のキーが指定したキーと同じかどうかを示します。

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

構文

'宣言
Public Overrides Function Equals ( _
    key As SfcKey _
) As Boolean
'使用
Dim instance As IdKey 
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

パラメーター

戻り値

型: System.Boolean
現在のキーが指定したキーと同じ場合は true、それ以外の場合は false。

実装

IEquatable<T>.Equals(T)

関連項目

参照

IdKey クラス

Equals オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間