Metodo SfcKey.Equals (SfcKey)

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Determines if the object identified by the specified [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public MustOverride Function Equals ( _
    akey As SfcKey _
) As Boolean
'Utilizzo
Dim instance As SfcKey 
Dim akey As SfcKey 
Dim returnValue As Boolean 

returnValue = instance.Equals(akey)
public abstract bool Equals(
    SfcKey akey
)
public:
virtual bool Equals(
    SfcKey^ akey
) abstract
abstract Equals : 
        akey:SfcKey -> bool
public abstract function Equals(
    akey : SfcKey
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
A Boolean value that is true if the objects are equal. Otherwise, false.

Implementa

IEquatable<T>.Equals(T)

Vedere anche

Riferimento

SfcKey Classe

Overload Equals

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc