boost::urls::operator==

Return true if two addresses are equal

Synopsis

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

Return Value

true if the addresses are equal, otherwise false.

Parameters

Name

Description

a1

The first address to compare.

a2

The second address to compare.

Created with MrDocs