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