System::Collections::CollectionBase::ListImpl::Contains method
ListImpl::Contains method
Determines whether the collection contains a specific element.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
Parameter | Type | Description |
---|---|---|
value | const T& | The element to locate in the collection. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
See Also
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.PUB for C++