Compares two positions field by field for equality.
Declared in <addrman.h>
constexpr
bool
operator==(AddressPosition const& other) const = default;
true if both positions describe the same table location.
| Name | Description |
|---|---|
| other | The position to compare against. |