xmlengnodelist_impl.h File Reference

StrEqualOrNull ( const void *, const void * )

TBool StrEqualOrNull(const void *aStr1,
const void *aStr2
)

Compares two strings.

Parameters
aStr1String 1 to compare
aStr2String 2 to compare
Return Value
ETrue of aStr1 and aStr2 are equal or if they are both NULL. EFalse otherwise.