btck::Iterator::operator==

Tests two iterators for equality.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

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

Return Value

True when both refer to the same collection and index.

Parameters

NameDescription
otherThe iterator to compare against.