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)
|
|
Property |
Description |
|
|
|
Argument y |
The XmlDateTime to compare with |
|
|
|
Return |
true if the result from CompareTo is CompareResult.greaterThan or CompareResult::equal (for >=) |
|
|
|
Description |
Compares this XmlDateTime with another XmlDateTime. |
|
|
|
Remarks |
Also See CompareTo |
|