XPathFunctionItem.DeepEquals MethodXPathFunctionItem.DeepEquals MethodXPathFunctionItem::DeepEquals Method
- XmlPrime 5.0
- Other Versions ▼
Tests if this XPathFunctionItemXPathFunctionItemXPathFunctionItem is deep-equal to the specified XPathFunctionItemXPathFunctionItemXPathFunctionItem under the specified collation and implicit time zone.
Syntax
Public Function DeepEquals( _ other As XPathFunctionItem, _ collation As Collation, _ implicitTimeZone As TimeZone _ ) As Boolean
public bool DeepEquals( XPathFunctionItem other, Collation collation, TimeZone implicitTimeZone )
public: bool DeepEquals( XPathFunctionItem^ other, Collation^ collation, TimeZone implicitTimeZone )
Parameters
- other
Type: XmlPrime.XPathFunctionItemXmlPrime.XPathFunctionItemXmlPrime::XPathFunctionItem^
The array to compare.
- collation
Type: XmlPrime.CollationXmlPrime.CollationXmlPrime::Collation^
The collation to use for the comparison.
- implicitTimeZone
Type: XmlPrime.TimeZoneXmlPrime.TimeZoneXmlPrime::TimeZone
The implicit time zone.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if this array is equal to other; false
False
false
otherwise.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | other or collation is null
a null reference (Nothing in Visual Basic)
nullptr . |
NotSupportedExceptionNotSupportedExceptionNotSupportedException | The values cannot be compared. |
Remarks
Comparison follows the rules offn:deep-equal
.