![]() | Collection |
Name | Description | |
---|---|---|
![]() | ContainsAny(String, Char[]) | Shortcut to test if any of the given characters is contained in the specified string. |
![]() | ContainsAny<T>(IEnumerable<T>, T[]) | Shortcut to test if any of the given items are contained in the specified object. |
![]() | ContainsAny<T>(IEnumerable<T>, IEqualityComparer<T>, T[]) | Shortcut to test if any of the given items are contained in the specified object. |