BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::equal

equal overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Return whether two decimal values compare equal.

static
bool
equal(
    ValueType128 lhs,
    ValueType128 rhs);
» more...

Return whether two decimal values compare equal.

static
bool
equal(
    ValueType32 lhs,
    ValueType32 rhs);
» more...

Return whether two decimal values compare equal.

static
bool
equal(
    ValueType64 lhs,
    ValueType64 rhs);
» more...

Return Value

true if lhs and rhs compare equal

Parameters

NameDescription
lhsleft-hand decimal value
rhsright-hand decimal value