operator==

Check if two FeeFrac objects are equal (both same fee and same size).

Synopsis

Declared in <util/feefrac.h>

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

Return Value

True if both the fee and the size are equal.

Parameters

NameDescription
aThe first operand.
bThe second operand.