Permit equality testing.
Declared in <cluster_linearize.h>
bool
operator==(
SetInfo const& lhs,
SetInfo const& rhs) noexcept = default;
Whether both objects hold the same transactions and feerate.
| Name | Description |
|---|---|
| lhs | The first object to compare. |
| rhs | The second object to compare. |