[#operator_eq-039] = operator== :mrdocs: Check whether two wrapped FeeFracs are equal (same fee and same size). == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:ByRatioNegSize.adoc[ByRatioNegSize] const& a, xref:ByRatioNegSize.adoc[ByRatioNegSize] const& b) noexcept; ---- == Return Value True if the underlying FeeFracs are equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first operand. | *b* | The second operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#