XPathItemExtensions.DeepEquals Method (XPathItem, XPathItem)XPathItemExtensions.DeepEquals Method (XPathItem, XPathItem)XPathItemExtensions::DeepEquals Method (XPathItem^, XPathItem^)

Tests if this XPathItemXPathItemXPathItem is deep-equal to the specified XPathItemXPathItemXPathItem under the specified collation and implicit time zone.

Syntax

Public Shared Function DeepEquals( _
    item As System.Xml.XPath.XPathItem, _
    other As System.Xml.XPath.XPathItem _
) As Boolean
public static bool DeepEquals(
    System.Xml.XPath.XPathItem item,
    System.Xml.XPath.XPathItem other
)
public:
static bool DeepEquals(
    System.Xml.XPath::XPathItem^ item, 
    System.Xml.XPath::XPathItem^ other
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if this value is equal to other; falseFalsefalse otherwise.