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.Page for C++