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