Return true if the two addresses are not equal.

Synopsis

Declared in <folly/IPAddressV6.h>

bool
operator!=(
    IPAddressV6 const& addr1,
    IPAddressV6 const& addr2);

Return Value

True if the two addresses are not equal.

Parameters

Name

Description

addr1

The first address.

addr2

The second address.

Created with MrDocs