◆
Contains< T >()
static bool Contains< T >
(
this IEnumerable< T >
list
,
T
value
)
static
Template Parameters
T
Type of list elements
Parameters
list
the potential list to be checked, may be null
value
TRUE if the value exists anywhere in the array, FALSE otherwise.
Returns
TRUE if the value exists anywhere in the list, FALSE otherwise.
EyE
Sys
Collections
CollectionExtensions