boost::urls::operator==

Return true if two addresses are equal

Synopsis

Declared in <boost/url/ipv4_address.hpp>

bool
operator==(
    ipv4_address const& a1,
    ipv4_address const& a2) noexcept;

Return Value

true if the addresses are equal, otherwise false.

Parameters

NameDescription
a1The first address to compare.
a2The second address to compare.