equal overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return true if lhs and rhs compare equal, and false otherwise. Return true if lhs equals rhs.

static
bool
equal(
    ValueType128 lhs,
    ValueType128 rhs);

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);

Return true if lhs equals rhs.

static
bool
equal(
    ValueType64 lhs,
    ValueType64 rhs);

Created with MrDocs