[#btck-TxidView-operator_eq] = xref:btck.adoc[btck]::xref:btck/TxidView.adoc[TxidView]::operator== :relfileprefix: ../../ :mrdocs: Compares two transaction ids for equality. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:btck/TxidApi-020.adoc[TxidApi<TxidView>] const& other) const; ---- == Return Value True when both ids are identical. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The txid to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#