Compare two services for equality.

Synopsis

Declared in <netaddress.h>

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

Return Value

True when both services are equal.

Parameters

Name

Description

a

The first service to compare.

b

The second service to compare.

Created with MrDocs