System::Xml::XPath::XPathNavigator::IsDescendant method

XPathNavigator::IsDescendant method

Determines whether the specified XPathNavigator is a descendant of the current XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
ParameterTypeDescription
navSharedPtr<XPathNavigator>The XPathNavigator to compare to this XPathNavigator.

ReturnValue

true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.

See Also