nn::uds::CTR::NetworkDescription::operator== Member Function
bool operator==(
NetworkDescription & networkDescription
);
| Name | Description | |
|---|---|---|
| in | networkDescription | Object of the NetworkDescription class to compare against. |
NetworkDescription class objects have the same values.| Value | Description |
|---|---|
true |
Identical values. |
false |
Not identical values. |
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.
CONFIDENTIAL