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

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, _
    comparison As NodeEqualityOptions _
) As Boolean
public static bool DeepEquals(
    System.Xml.XPath.XPathItem item,
    System.Xml.XPath.XPathItem other,
    NodeEqualityOptions comparison
)
public:
static bool DeepEquals(
    System.Xml.XPath::XPathItem^ item, 
    System.Xml.XPath::XPathItem^ other, 
    NodeEqualityOptions comparison
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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