Check whether two wrapped FeeFracs are equal (same fee and same size).
Declared in <util/feefrac.h>
bool
operator==(
ByRatioNegSize const& a,
ByRatioNegSize const& b) noexcept;
True if the underlying FeeFracs are equal.
| Name | Description |
|---|---|
| a | The first operand. |
| b | The second operand. |