|
| bool | adtf::base::ant::operator== (const IProperty &oPropertyLeft, const IProperty &oPropertyRight) |
| | The equality operator returns true only if the given oPropertyLeft is the same as oPropertyRight. It checks the property (sub properties included) values and names for equality. Standard property types are compared by their types, user defined properties as strings. This works in both ways.
|
| |
| bool | adtf::base::ant::operator!= (const IProperty &oPropertyLeft, const IProperty &oPropertyRight) |
| | The not-equality operator returns false only if the given oPropertyLeft is exact the same as oPropertyRight. It checks the property types and raw values for equality. Standard property types are compared by their types, user defined properties as strings. This works in both ways.
|
| |
| bool | adtf::base::ant::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. Therefore property values, names and sub properties are compared. The property type is exactly compared for standard property types. User defined properties are compared as strings. This works in both ways.
|
| |
| bool | adtf::base::ant::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. Therefore property values, names and sub properties are compared. The property type is exactly compared for standard property types. User defined properties are compared as strings. This works in both ways.
|
| |
| tResult | adtf::base::spider::is_equal (const ant::IProperties &oLeftProperties, const ant::IProperties &oRightProperties) |
| |
| tResult | adtf::base::spider::is_equal (const ant::IProperty &oLeftProperty, const ant::IProperty &oRightProperty) |
| |
| tResult | adtf::base::is_equal (const ant::IProperties &oLeftProperties, const ant::IProperties &oRightProperties) |
| |
Copyright © Audi Electronics Venture GmbH. All rights reserved