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

Name

Description

other

The entry to compare against.

Created with MrDocs