Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether the specified object is equal to the registered servers store represented by the RegisteredServersStore.Key object.
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Utilisation
Dim instance As RegisteredServersStore.Key
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
Paramètres
- obj
Type : System.Object
A Object value that identifies the object to compare.
Valeur de retour
Type : System.Boolean
A Boolean value that is true if the specified object is the same as the current registered servers store. Otherwise, false.
Voir aussi
Référence
RegisteredServersStore.Key Classe
Espace de noms Microsoft.SqlServer.Management.RegisteredServers