System::Xml::XPath::XPathNavigator::IsSamePosition metodu

XPathNavigator::IsSamePosition method

Türetilmiş bir sınıfta geçersiz kılındığında, geçerli XPathNavigator öğesinin belirtilen XPathNavigator ile aynı konumda olup olmadığını belirler.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParameterTypeAçı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