|
Contains
Determines whether a collection contains an element with the specified value.
bool Contains(
|
Parameters
item
[in] The searched value.
Return Value
Returns true if an element with the specified value is found in the collection, or false otherwise.