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