ExtensionMethod.NET Home of 880 C#, Visual Basic, F# and Javascript extension methods
Returns true if this string is any of the provided strings. Equivalent to IN operator in SQL. It eliminates the need to write something like 'if (foo == "foo1" || foo == "foo2" || foo == "foo3")'
Checks if object is any of provided values separated by comma