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++