AknsItemID.inl File Reference

operator== ( const TAknsItemID &, const TAknsItemID & )

TBool operator==(const TAknsItemID &aFirst,
const TAknsItemID &aSecond
)[inline]

C++ equal operator. Checks whether two item ID objects (i.e. their major and minor parts) have identical content.

Parameters
aFirstFirst object to be compared.
aSecondSecond object to be compared.
Return Value
true if objects have identical content, false otherwise.

operator!= ( const TAknsItemID &, const TAknsItemID & )

TBool operator!=(const TAknsItemID &aFirst,
const TAknsItemID &aSecond
)[inline]

C++ not equal operator. Checks whether two item ID objects (i.e. their major and minor parts) have identical content.

Parameters
aFirstFirst object to be compared.
aSecondSecond object to be compared.
Return Value
false if objects have identical content, true otherwise.