operator==

Check whether two wrapped FeeFracs are equal (same fee and same size).

Synopsis

Declared in <util/feefrac.h>

bool
operator==(
    ByRatioNegSize const& a,
    ByRatioNegSize const& b) noexcept;

Return Value

True if the underlying FeeFracs are equal.

Parameters

NameDescription
aThe first operand.
bThe second operand.