System::Collections::CollectionBase::ListImpl::Contains-methode
ListImpl::Contains method
Bepaalt of de collectie een specifiek element bevat.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const T& | Het element om in de collectie te vinden. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
Zie ook
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++