System::Xml::XPath::XPathNavigator::IsSamePosition メソッド

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.

参照