System::Xml::XPath::XPathNavigator::IsSamePosition メソッド
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.Page for C++