[#boost-urls-operator_not_eq-02] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::operator!= :relfileprefix: ../../ :mrdocs: Return true if two addresses are not equal == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/ipv4_address.hpp#L274[boost/url/ipv4_address.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:boost/urls/ipv4_address.adoc[ipv4_address] const& a1, xref:boost/urls/ipv4_address.adoc[ipv4_address] const& a2) noexcept; ---- == Return Value `true` if the addresses are not equal, otherwise `false`. == Parameters [cols=2] |=== | Name | Description | *a1* | The first address to compare. | *a2* | The second address to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#