AddressPosition::operator==

Compares two positions field by field for equality.

Synopsis

Declared in <addrman.h>

constexpr
bool
operator==(AddressPosition const& other) const = default;

Return Value

true if both positions describe the same table location.

Parameters

NameDescription
otherThe position to compare against.