[]
Determines whether the specified list contains any of the following values.
public static bool ContainsAny<T>(this List<T> list, params T[] values)
| Type | Name | Description |
|---|---|---|
| List<T> | list | The list. |
| T[] | values | The values. |
| Type | Description |
|---|---|
| bool |
|
| Name | Description |
|---|---|
| T |