[#AddressPosition-operator_eq] = xref:AddressPosition.adoc[AddressPosition]::operator== :relfileprefix: ../ :mrdocs: Compares two positions field by field for equality. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==(xref:AddressPosition.adoc[AddressPosition] const& other) const = default; ---- == Return Value true if both positions describe the same table location. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The position to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#