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 |
Not identical values. |
false |
Identical values. |
Compares two NetworkDescription class objects and returns true if their values are different. Even if the network is the same, true is returned if data has been set by SetApplicationData or if the number of connected devices is different.
CONFIDENTIAL