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