Collection |
| Name | Description | |
|---|---|---|
| ContainsAny(String, Char) | Shortcut to test if any of the given characters is contained in the specified string. | |
| ContainsAnyT(IEnumerableT, T) | Shortcut to test if any of the given items are contained in the specified object. | |
| ContainsAnyT(IEnumerableT, IEqualityComparerT, T) | Shortcut to test if any of the given items are contained in the specified object. |