GlyphTypeface.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 l'objet spécifié est identique à l'objet GlyphTypeface actuel.
public:
override bool Equals(System::Object ^ o);
[System.Security.SecurityCritical]
public override bool Equals (object o);
public override bool Equals (object o);
[<System.Security.SecurityCritical>]
override this.Equals : obj -> bool
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean
Paramètres
- o
- Object
Object à comparer avec l'objet GlyphTypeface actif.
Retours
true
si o
est un GlyphTypeface et s'il est égal au GlyphTypeface actuel ; sinon, false
.
- Attributs
Remarques
Deux GlyphTypeface objets sont considérés comme égaux si les StyleSimulations propriétés sont égales.