The string. Contains() method in C# is case sensitive . And there is not StringComparison parameter available similar to Equals() method, which helps to compare case insensitive.4 Oca 2014
Read moreHow do you make a case-insensitive?
includes on and the substring to lowercase to make a case insensitive lookup.
Read more