System::Collections::Generic::IEnumerable::LINQ_Contains method

IEnumerable::LINQ_Contains method

Determines if a sequence contains a specified value.

bool System::Collections::Generic::IEnumerable<T>::LINQ_Contains(T value)
ParameterTypeDescription
valueTThe value to locate in the sequence.

ReturnValue

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

See Also