(from ci in list where ci.Subject.Contains(emailSubject) select ci).ToList<unreademails>(); </unreademails>
String.Compare
IList.Contains
IComparer
IComparable
(from ci in list where ci.Subject.ToUpper().Contains(emailSubject.ToUpper()) select ci).ToList();
ci.subject..IndexOf(temp,StringComparison.CurrentCultureIgnoreCase) >= 0;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)