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

XPathNavigator::IsSamePosition method

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

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

ReturnValue

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

انظر أيضًا