constexpr bool operator==(const network_v4& a, const network_v4& b) noexcept;
Returns: true if a.address() == b.address() and a.prefix_length() == b.prefix_length(), otherwise false.
constexpr bool operator!=(const network_v4& a, const network_v4& b) noexcept;
Returns: !(a == b).