Equals メソッド ()

ブール演算に使用される [T:][Microsoft.SqlServer.Management.Collector.CollectionItem.Key.Equals] クラスのインスタンスをインスタンス化します。

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

構文

'宣言
Public Overrides Function Equals ( _
    key As SfcKey _
) As Boolean
'使用
Dim instance As CollectionItem..::..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
    型: SfcKey
    Key オブジェクトです。

戻り値

型: System. . :: . .Boolean
キーを示す Key オブジェクトです。

実装

IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)

説明

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。