Ejemplo n.º 1
0
BOOL IsStrEqualNoCase(const tstring& str1, const tstring& str2)
{
	return str1.IsEqualNoCase(str2);
}