Método XEStore.Key.Equals (SfcKey)
Determines whether a XEStore.Key object is equal to an SfcKey object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public Overrides Function Equals ( _
key As SfcKey _
) As Boolean
'Uso
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
Parâmetros
- key
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
An SfcKey object to compare.
Valor de retorno
Tipo: System.Boolean
Returns true if the specified objects are equal to the current object, otherwise false.