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