System::Xml::XPath::XPathNavigator::IsSamePosition-Methode
XPathNavigator::IsSamePosition method
Wenn sie in einer abgeleiteten Klasse überschrieben wird, bestimmt sie, ob sich der aktuelle XPathNavigator an derselben Position wie der angegebene XPathNavigator befindet.
virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| other | SharedPtr<XPathNavigator> | Der XPathNavigator, der mit diesem XPathNavigator verglichen werden soll. |
ReturnValue
true if the two XPathNavigator objects have the same position; otherwise, false.
Siehe auch
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++