I am using LINQ to search through one of my Entity Framework tables and find a \"group\" based on the name. The name is a string and appears to be Unicode (says it is in the
Use the String.Compare() as it can be translated to Sql.
String.Compare()
Here are some examples of string matching in Linq, with the Sql translation as well.