Click or drag to resize

CollectionExtensions.ContainsAny Method

Overload List
 NameDescription
Public Extension MethodContainsAny(String, Char[]) Shortcut to test if any of the given characters is contained in the specified string.
Public Extension MethodContainsAny<T>(IEnumerable<T>, T[]) Shortcut to test if any of the given items are contained in the specified object.
Public Extension MethodContainsAny<T>(IEnumerable<T>, IEqualityComparer<T>, T[]) Shortcut to test if any of the given items are contained in the specified object.
Top
See Also