Méthode Equals (SfcKey)

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure 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.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public MustOverride Function Equals ( _
    akey As SfcKey _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Implémente

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