Compare two subnets for equality.

Synopsis

Declared in <netaddress.h>

bool
operator==(
    CSubNet const& a,
    CSubNet const& b);

Return Value

True when both subnets are equal.

Parameters

Name

Description

a

The first subnet to compare.

b

The second subnet to compare.

Created with MrDocs