How to ignore case to check if string values matches or not

Hi,

Can you try as the following condition?

string1.ToLower=string2.ToLower

Regards,