ITextParagraphFormat.IsEqual(ITextParagraphFormat) 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 cet objet de format de paragraphe a les mêmes propriétés que l’objet de format de paragraphe spécifié.
public:
bool IsEqual(ITextParagraphFormat ^ format);
bool IsEqual(ITextParagraphFormat const& format);
public bool IsEqual(ITextParagraphFormat format);
function isEqual(format)
Public Function IsEqual (format As ITextParagraphFormat) As Boolean
Paramètres
- format
- ITextParagraphFormat
Objet de format de paragraphe à comparer.
Retours
Boolean
bool
True si les objets ont les mêmes propriétés, ou false si ce n’est pas le cas.