Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CDateTime / C++
In This Topic
    C++
    In This Topic
    bool operator==(const CDateTime& date) const;
    bool operator!=(const CDateTime& date) const;
      Property Description  
        Argument date CDateTime to be compared  
        Description Compares this CDateTime to another CDateTime.  
        Remarks Objects are considered equal if the result from compareTo() is CompareResult::equal.