operator==

Compare two wrapped FeeFracs for equal feerate.

Synopsis

Declared in <util/feefrac.h>

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

Return Value

True if the two FeeFracs have the same feerate.

Parameters

NameDescription
aThe first operand.
bThe second operand.