XPathAtomicValue.DeepEquals Method (XPathAtomicValue)XPathAtomicValue.DeepEquals Method (XPathAtomicValue)XPathAtomicValue::DeepEquals Method (XPathAtomicValue^)

Tests if this XPathAtomicValueXPathAtomicValueXPathAtomicValue is deep-equal to the specified XPathAtomicValueXPathAtomicValueXPathAtomicValue under the codepoint collation and the current time zone.

Syntax

Public Function DeepEquals( _
    other As XPathAtomicValue _
) As Boolean
public bool DeepEquals(
    XPathAtomicValue other
)
public:
bool DeepEquals(
    XPathAtomicValue^ other
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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