btck::BlockTreeEntry::operator==

Compares two entries for identity.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

bool
operator==(BlockTreeEntry const& other) const;

Return Value

True when both refer to the same block tree node.

Parameters

NameDescription
otherThe entry to compare against.