[#transaction_identifier-operator_eq] = xref:transaction_identifier.adoc[transaction_identifier]::operator== :relfileprefix: ../ :mrdocs: Compares two identifiers for equality. == Synopsis Declared in `<primitives/transaction_identifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==(xref:transaction_identifier.adoc[transaction_identifier] const& other) const = default; ---- == Return Value True if both identifiers wrap the same value. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The identifier to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#