Click or drag to resize

Utils_LinqIContains Method

Overload List
  NameDescription
Public methodStatic memberIContains(IEnumerableString, String)
Checks if one of the list values matches a specific text, ignoring case.
Public methodStatic memberIContains(StringCollection, String)
Checks if a string collection contains a specific text. The comparison is not case sensitive.
Top
See Also