[#cluster_linearize-operator_eq-05] = xref:cluster_linearize.adoc[cluster_linearize]::operator== :relfileprefix: ../ :mrdocs: Permit equality testing. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:cluster_linearize/SetInfo.adoc[SetInfo] const& lhs, xref:cluster_linearize/SetInfo.adoc[SetInfo] const& rhs) noexcept = default; ---- == Return Value Whether both objects hold the same transactions and feerate. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The first object to compare. | *rhs* | The second object to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#