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