:relfileprefix: ../../../ [#0C98AC97B0D5AB920DCA7E248266EF24B0AF4E04] = Friend operator== pass:v,q[Return the result of comparing two authorities] pass:v,q[The authorities are compared component] pass:v,q[by component as if they were first] pass:v,q[normalized.] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- friend bool operator==( const xref:boost/urls/authority_view.adoc[authority_view]& a0, const xref:boost/urls/authority_view.adoc[authority_view]& a1) noexcept; ---- == Description === Complexity pass:v,q[Linear in `min( a0.size(), a1.size() )`] === Exception Safety pass:v,q[Throws nothing]