PasswordPropertyTextAttribute.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.
Détermine si deux instances PasswordPropertyTextAttribute sont égales.
public:
override bool Equals(System::Object ^ o);
public override bool Equals (object o);
public override bool Equals (object? o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean
Paramètres
- o
- Object
PasswordPropertyTextAttribute à comparer avec l'objet PasswordPropertyTextAttribute actuel.
Retours
true
si le PasswordPropertyTextAttribute spécifié est égal au PasswordPropertyTextAttribute actuel ; sinon, false
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.