Equals メソッド (SfcKey)
指定したオブジェクトと ConnectionEvaluationHistory..::..Key オブジェクトが表す接続評価履歴が等しいかどうかを示します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Overrides Function Equals ( _
key As SfcKey _
) As Boolean
'使用
Dim instance As ConnectionEvaluationHistory..::..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
Boolean 値。指定されたオブジェクトが現在の接続評価履歴と同じである場合は true です。それ以外の場合は false です。