Partager via


Méthode UIConnectionInfo.Equals

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Determines whether the specified Object is equal to the current Object.

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly :  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Syntaxe

'Déclaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Utilisation
Dim instance As UIConnectionInfo 
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
    The Object to compare with the current Object

Valeur de retour

Type : System.Boolean
true if the specified Object is equal to the current Object; otherwise, false.

Voir aussi

Référence

UIConnectionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Smo.RegSvrEnum