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)
Parameter | Type | Description |
---|---|---|
value | T | The value to locate in the sequence. |
ReturnValue
true if the sequence contains the specified value, otherwise false.
See Also
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++