[#operator_eq-076] = operator== :mrdocs: Compares two outpoints for equality. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:COutPoint.adoc[COutPoint] const& a, xref:COutPoint.adoc[COutPoint] const& b); ---- == Return Value True if both the hash and index are equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand outpoint. | *b* | The right‐hand outpoint. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#