XEStore.Key.Equals メソッド (SfcKey)
XEStore.Key オブジェクトが SfcKey オブジェクトと等しいかどうかを確認します。
名前空間: Microsoft.SqlServer.Management.XEvent
アセンブリ: Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)
構文
'宣言
Public Overrides Function Equals ( _
key As SfcKey _
) As Boolean
'使用
Dim instance As XEStore.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
指定されたオブジェクトが現在のオブジェクトと等しい場合は true を、それ以外の場合は false を返します。