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