[#cluster_linearize-operator_eq-01] = xref:cluster_linearize.adoc[cluster_linearize]::operator== :relfileprefix: ../ :mrdocs: Equality operators == Synopses Declared in `<cluster_linearize.h>` Equality operator (primarily for testing purposes). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:cluster_linearize/operator_eq-08.adoc[operator==]( xref:cluster_linearize/DepGraph.adoc[DepGraph] const& a, xref:cluster_linearize/DepGraph.adoc[DepGraph] const& b) noexcept; ---- [.small]#xref:cluster_linearize/operator_eq-08.adoc[_» more..._]# Permit equality testing. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:cluster_linearize/operator_eq-05.adoc[operator==]( xref:cluster_linearize/SetInfo.adoc[SetInfo] const& lhs, xref:cluster_linearize/SetInfo.adoc[SetInfo] const& rhs) noexcept = default; ---- [.small]#xref:cluster_linearize/operator_eq-05.adoc[_» more..._]# == Return Value * Whether both graphs use the same positions with equal entries. * Whether both objects hold the same transactions and feerate. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first graph to compare. | *b* | The second graph to compare. | *lhs* | The first object to compare. | *rhs* | The second object to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#