XPathItemExtensions ClassXPathItemExtensions ClassXPathItemExtensions Class
- XmlPrime 3.1
- Other Versions ▼
Syntax
Public MustInherit NotInheritable Class XPathItemExtensions
public abstract sealed class XPathItemExtensions
public:
ref class XPathItemExtensions abstract sealed
The XPathItemExtensionsXPathItemExtensionsXPathItemExtensions
type exposes the following members.
Methods
| Method | Description |
---|
  | DeepEquals (XPathItem, XPathItem)DeepEquals (XPathItem, XPathItem)DeepEquals (XPathItem^, XPathItem^) |
Tests if this XPathItemXPathItemXPathItem is deep-equal to the specified XPathItemXPathItemXPathItem under the specified collation and implicit time zone.
|
  | DeepEquals (XPathItem, XPathItem, Collation, TimeZone)DeepEquals (XPathItem, XPathItem, Collation, TimeZone)DeepEquals (XPathItem^, XPathItem^, Collation^, TimeZone) |
Tests if this XPathItemXPathItemXPathItem is deep-equal to the specified XPathItemXPathItemXPathItem under the specified collation and implicit time zone.
|
  | DeepEquals (XPathItem, XPathItem, Collation, TimeZone, NodeEqualityOptions)DeepEquals (XPathItem, XPathItem, Collation, TimeZone, NodeEqualityOptions)DeepEquals (XPathItem^, XPathItem^, Collation^, TimeZone, NodeEqualityOptions) |
Tests if this XPathItemXPathItemXPathItem is deep-equal to the specified XPathItemXPathItemXPathItem under the specified collation and implicit time zone.
|
  | DeepEquals (XPathItem, XPathItem, NodeEqualityOptions)DeepEquals (XPathItem, XPathItem, NodeEqualityOptions)DeepEquals (XPathItem^, XPathItem^, NodeEqualityOptions) |
Tests if this XPathItemXPathItemXPathItem is deep-equal to the specified XPathItemXPathItemXPathItem under the specified collation and implicit time zone.
|
Top