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

Name

Description

other

The position to compare against.

Created with MrDocs