Syntax
bool operator < ( CTCurrency left, CTCurrency right)
bool operator <= ( CTCurrency left, CTCurrency right)
bool operator > ( CTCurrency left, CTCurrency right)
bool operator >= ( CTCurrency left, CTCurrency right)
bool operator == ( CTCurrency left, CTCurrency right)
bool operator != ( CTCurrency left, CTCurrency right)
Parameters
Description
These overloaded operators make comparisons between two CTCurrency objects.
Return
The operators return true or false, depending on the result of the comparison.