ITextRangeProvider.Compare(ITextRangeProvider) 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.
Retourne une valeur qui indique si les points de début et de fin d’une plage de texte sont les mêmes qu’une autre plage de texte.
public:
bool Compare(ITextRangeProvider ^ textRangeProvider);
bool Compare(ITextRangeProvider const& textRangeProvider);
public bool Compare(ITextRangeProvider textRangeProvider);
function compare(textRangeProvider)
Public Function Compare (textRangeProvider As ITextRangeProvider) As Boolean
Paramètres
- textRangeProvider
- ITextRangeProvider
Plage de texte à comparer à la plage de texte de l’homologue d’implémentation.
Retours
Boolean
bool
true si l’étendue des deux plages de texte est identique ; sinon, false.