Liquid XML Runtime for .Net - operator== - XmlDateTime
In This Topic
This feature has been superseded by Liquid XML Objects.
(The original functionality is still included in the product) |
Use Liquid XML Objects |
static bool operator ==(XmlDateTime x, XmlDateTime y)
static bool operator ==(XmlDateTime x, System.DateTime y)
static bool operator ==(System.DateTime y, XmlDateTime x)
|
|
Property |
Description |
|
|
|
Description |
Compares this XmlDateTime to another XmlDateTime or a System.DateTime. |
|
|
|
Remarks |
Objects are considered equal if the result from compareTo() is CompareResult.equal. |
|