| 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. |
| 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. |