System::Collections::CollectionBase::ListImpl::Contains método
ListImpl::Contains method
Determina si la colección contiene un elemento específico.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const T& | El elemento a localizar en la colección. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
Ver también
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++