...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Tests for equality.
bool operator==( const any_address& rhs) const;
Two addresses are equal if they have the same type and individual components.
No-throw guarantee.