UIConnectionInfo.Equals(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Détermine si l'objet spécifié est identique à l'objet en cours.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Paramètres
- obj
- Object
Objet à comparer avec l’objet actuel
Retours
true
si l'objet spécifié est égal à l'objet actuel ; sinon, false
.