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

Name

Description

a

The first operand.

b

The second operand.

Created with MrDocs