AknsItemID.inl File Reference


Functions

TBool operator== (const TAknsItemID &aFirst, const TAknsItemID &aSecond)
 C++ equal operator.
TBool operator!= (const TAknsItemID &aFirst, const TAknsItemID &aSecond)
 C++ not equal operator.


Function Documentation

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:
aFirst First object to be compared.
aSecond Second object to be compared.
Returns:
false if objects have identical content, true otherwise.

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:
aFirst First object to be compared.
aSecond Second object to be compared.
Returns:
true if objects have identical content, false otherwise.


Copyright © Nokia Corporation 2001-2007
Back to top