Contains() method in C# is case sensitive . And there is not StringComparison parameter available similar to Equals() method, which helps to compare case insensitive.
Contains() method in C# is case sensitive . And there is not StringComparison parameter available similar to Equals() method, which helps to compare case insensitive.