XPathNavigator.IsSamePosition(XPathNavigator) 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.
En cas de substitution dans une classe dérivée, détermine si le XPathNavigator actuel est à la même position que le XPathNavigator spécifié.
public:
abstract bool IsSamePosition(System::Xml::XPath::XPathNavigator ^ other);
public abstract bool IsSamePosition (System.Xml.XPath.XPathNavigator other);
abstract member IsSamePosition : System.Xml.XPath.XPathNavigator -> bool
Public MustOverride Function IsSamePosition (other As XPathNavigator) As Boolean
Paramètres
- other
- XPathNavigator
XPathNavigator à comparer à XPathNavigator.
Retours
true
si les deux objets XPathNavigator sont à la même position ; sinon, false
.
Remarques
La IsSamePosition méthode part du principe que les XPathNavigator partages spécifiés sont identiques à l’implémentation et qu’il pointe vers la même instance de document que la version actuelle XPathNavigator.
Cette méthode retourne false
toujours dans les conditions suivantes :
Le XPathNavigator spécifié partage la même implémentation, mais pointe vers une instance de document différente de celle actuelle XPathNavigator.
L’implémentation XPathNavigator est différente de celle actuelle XPathNavigator.