System::Xml::XPath::XPathNavigator::IsSamePosition method

XPathNavigator::IsSamePosition method

عند تجاوزها في فئة مشتقة، تحدد ما إذا كان الـ XPathNavigator الحالي في نفس الموضع مثل الـ XPathNavigator المحدد.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
معاملنوعالوصف
otherSharedPtr<XPathNavigator>الـ XPathNavigator للمقارنة مع هذا الـ XPathNavigator.

ReturnValue

true if the two XPathNavigator objects have the same position; otherwise, false.

انظر أيضًا