:relfileprefix: ../../ [#3712B6CA0D58ED3E12C6EAD64B0A141BDEF0ACDD] = Function 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"] ---- 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] == Return Value * `bool` == Parameters |=== | Name | Type | *a0* | `` | *a1* | `` |===