Liquid XML Data Binder
and
Liquid XML Objects
Documentation
Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ /
Reference
/
CDateTime
/ C++
Collapse All
Expand All
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.