System::Xml::XPath::XPathNavigator::IsSamePosition yöntemi

XPathNavigator::IsSamePosition method

Türetilmiş bir sınıfta geçersiz kılındığında, geçerli XPathNavigator ile belirtilen XPathNavigator aynı konumda mı olduğunu belirler.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParametreTürAçıklama
otherSharedPtr<XPathNavigator>Bu XPathNavigator ile karşılaştırılacak XPathNavigator.

ReturnValue

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

Ayrıca Bakınız