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