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