operator==

Test two fee rates for equality by their fee/vsize ratio.

Synopsis

Declared in <policy/feerate.h>

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

Return Value

true if the fee rates are equal.

Parameters

NameDescription
aLeft-hand fee rate.
bRight-hand fee rate.