System::Xml::XPath::XPathNavigator::IsSamePosition method
XPathNavigator::IsSamePosition method
当在派生类中重写时,确定当前 XPathNavigator 是否与指定的 XPathNavigator 位于相同位置。
virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| other | SharedPtr<XPathNavigator> | 用于与此 XPathNavigator 进行比较的 XPathNavigator。 |
ReturnValue
true if the two XPathNavigator objects have the same position; otherwise, false.
另见
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++