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

Name

Description

other

The iterator to compare against.

Created with MrDocs