LINQ has no concept of case sensitivity , it only cares about boolean evaluation. So if you want to ignore case, you should do something like: query = query.
Read moreIs entity Framework case insensitive?
Entity Framework LINQ contains not case insensitive .23 May 2017
Read moreIs entity Framework case insensitive?
Entity Framework LINQ contains not case insensitive .23 May 2017
Read moreAre C# cases insensitive?
In programming languages Some programming languages are case-sensitive for their identifiers (C, C++, Java, C#, Verilog, Ruby, Python and Swift).
Read moreIs LINQ any case sensitive?
LINQ has no concept of case sensitivity , it only cares about boolean evaluation. So if you want to ignore case, you should do something like: query = query.
Read moreWhich method is case sensitive?
The request method is case-sensitive. The method token is case-sensitive because it might be used as a gateway to object-based systems with case-sensitive method names.
Read moreWhat does contains method do in Java?
The contains() method checks whether a string contains a sequence of characters . Returns true if the characters exist and false if not.
Read more