DefaultIdentity Class Reference
Member Function Documentation
Des16 ( const TDesC16 &, const TDesC16 & )
Compare two 16 bit descriptors for exact binary equality.
Parameter | Description | | The first integer to be compared |
| The second integer to be compared |
Returns: ETrue if the arguments are identical, EFalse otherwise.
Des16Ptr ( TDesC16 *const &, TDesC16 *const & )
Compare two TDesC16 pointers for equality.
Parameter | Description | | The first pointer to be compared |
| The second pointer to be compared |
Returns: ETrue if the arguments are equal, EFalse otherwise.
Des8 ( const TDesC8 &, const TDesC8 & )
Compare two 8 bit descriptors for exact binary equality.
Parameter | Description | | The first integer to be compared |
| The second integer to be compared |
Returns: ETrue if the arguments are identical, EFalse otherwise.
Des8Ptr ( TDesC8 *const &, TDesC8 *const & )
Compare two TDesC8 pointers for equality.
Parameter | Description | | The first pointer to be compared |
| The second pointer to be compared |
Returns: ETrue if the arguments are equal, EFalse otherwise.
Integer ( const TInt &, const TInt & )
Compare two integers for equality.
Parameter | Description | | The first integer to be compared |
| The second integer to be compared |
Returns: ETrue if the arguments are equal, EFalse otherwise.
IntegerPtr ( TInt *const &, TInt *const & )
Compare two TInt pointers for equality.
Parameter | Description | | The first pointer to be compared |
| The second pointer to be compared |
Returns: ETrue if the arguments are equal, EFalse otherwise.