Méthode SfcKey.Equals (Object)

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Determines if the specified object 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 ( _
    obj As Object _
) As Boolean
'Utilisation
Dim instance As SfcKey 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(obj)
public abstract bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) abstract override
override Equals : 
        obj:Object -> bool
public abstract function Equals(
    obj : Object
) : boolean

Paramètres

  • obj
    Type : System.Object
    A SystemObject that identifies the object to compare.

Valeur de retour

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

Voir aussi

Référence

SfcKey Classe

Surcharge Equals

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc