[#cluster_linearize-operator_eq-08] = xref:cluster_linearize.adoc[cluster_linearize]::operator== :relfileprefix: ../ :mrdocs: Equality operator (primarily for testing purposes). == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:cluster_linearize/DepGraph.adoc[DepGraph] const& a, xref:cluster_linearize/DepGraph.adoc[DepGraph] const& b) noexcept; ---- == Return Value Whether both graphs use the same positions with equal entries. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first graph to compare. | *b* | The second graph to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#