[#btck_block_tree_entry_equals] = btck_block_tree_entry_equals :mrdocs: Check if two block tree entries are equal. Two block tree entries are equal when they point to the same block. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__nonnull__]] int btck_block_tree_entry_equals( xref:btck_BlockTreeEntry-0c.adoc[btck_BlockTreeEntry] const* entry1, xref:btck_BlockTreeEntry-0c.adoc[btck_BlockTreeEntry] const* entry2); ---- == Return Value 1 if the block tree entries are equal, 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *entry1* [in] | Non‐null. | *entry2* [in] | Non‐null. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#