Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / XmlDateTime / Liquid XML Runtime for .Net - operator== - XmlDateTime
In This Topic
    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.