Click or drag to resize

CollectionExtensionsContainsAny Method

Overload List
  NameDescription
Public methodStatic memberContainsAnyT(IEnumerableT, T)
Shortcut to test if any of the given items are contained in the specified object.
Public methodStatic memberContainsAny(String, Char)
Shortcut to test if any of the given characters is contained in the specified string.
Public methodStatic memberContainsAnyT(IEnumerableT, IEqualityComparerT, T)
Shortcut to test if any of the given items are contained in the specified object.
Top
See Also