Return true if lhs and rhs have the same value.
Declared in <bdldfp_decimalimputil.h>
Return true if lhs and rhs have the same value.
static
bool
equal(
ValueType128 lhs,
ValueType128 rhs);
» more...
Return true if lhs and rhs have the same value.
static
bool
equal(
ValueType32 lhs,
ValueType32 rhs);
» more...
Return true if lhs and rhs have the same value.
static
bool
equal(
ValueType64 lhs,
ValueType64 rhs);
» more...
true if lhs and rhs have the same value
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |