DnsEndPoint.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.
Compare deux objets DnsEndPoint.
public:
override bool Equals(System::Object ^ comparand);
public override bool Equals (object comparand);
public override bool Equals (object? comparand);
override this.Equals : obj -> bool
Public Overrides Function Equals (comparand As Object) As Boolean
Paramètres
- comparand
- Object
Instance de DnsEndPoint à comparer à l'instance actuelle.
Retours
true
si les deux instances DnsEndPoint sont égales ; sinon, false
.
Remarques
La Equals méthode compare l’instance actuelle DnsEndPoint avec le comparand
paramètre et retourne true
si les deux instances contiennent le même point de terminaison.