Click or drag to resize

CollectionExtensionsContainsAny 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 MethodContainsAnyT(IEnumerableT, T) Shortcut to test if any of the given items are contained in the specified object.
Public Extension MethodContainsAnyT(IEnumerableT, IEqualityComparerT, T) Shortcut to test if any of the given items are contained in the specified object.
Top
See Also