LINQ_Contains()

IEnumerable::LINQ_Contains(T) method

Determines if a sequence contains a specified value.

bool System::Collections::Generic::IEnumerable<T>::LINQ_Contains(T value)

Arguments

ParameterTypeDescription
valueTThe value to locate in the sequence.

Return Value

true if the sequence contains the specified value, otherwise false.

See Also