Copyright © Audi Electronics Venture GmbH.
More...
Go to the source code of this file.
|
bool | operator== (const IProperty &oPropertyLeft, const IProperty &oPropertyRight) |
| The equality operator returns true only if the given oPropertyLeft is the same as oPropertyRight . More...
|
|
bool | operator!= (const IProperty &oPropertyLeft, const IProperty &oPropertyRight) |
| The not-equality operator returns false only if the given oPropertyLeft is exact the same as oPropertyRight . More...
|
|
bool | operator== (const IProperties &oPropertiesLeft, const IProperties &oPropertiesRight) |
| The equality operator returns true only if the given oPropertiesLeft has the same properties and property values as oPropertiesRight . More...
|
|
bool | operator!= (const IProperties &oPropertiesLeft, const IProperties &oPropertiesRight) |
| The not-equality operator returns false only if the given oPropertiesLeft has the same properties and property values as oPropertiesRight . More...
|
|
tResult | is_equal (const ant::IProperties &oLeftProperties, const ant::IProperties &oRightProperties) |
| Check if two property sets are equal. More...
|
|
tResult | is_equal (const ant::IProperty &oLeftProperty, const ant::IProperty &oRightProperty) |
| Check if two properties are equal. More...
|
|
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file property_intf.h.