nn::uds::CTR::NetworkDescription::operator== Member Function

Syntax

bool operator==(
     NetworkDescription & networkDescription
);

Parameters

Name Description
in networkDescription Object of the NetworkDescription class to compare against.

Return Values

Returns whether the NetworkDescription class objects have the same values.

Value Description
true Identical values.
false Not identical values.

Description

Compares two NetworkDescription class objects and returns true if their values are identical. Even if the network is the same, false is returned if data has been set by SetApplicationData or if the number of connected devices is different.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL