equal overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Return true if lhs and rhs compare equal, and false otherwise.
static
bool
equal(
ValueType128 lhs,
ValueType128 rhs);
» more...
Return true if the specified lhs and rhs have the same value, and false otherwise. Two decimal objects have the same value if the compareQuietEqual operation (IEEE-754 defined, non-total ordering comparison) considers the underlying IEEE representations equal. In other words, two decimal objects have the same value if:
static
bool
equal(
ValueType32 lhs,
ValueType32 rhs);
» more...
Return true if lhs equals rhs, and false otherwise.
static
bool
equal(
ValueType64 lhs,
ValueType64 rhs);
» more...