Example #1
0
BOOL IsStrEqual(const tstring& str1, const tstring& str2)
{
	return str1.IsEqual(str2);
}