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

Name

Description

a

The first operand.

b

The second operand.

Created with MrDocs