System::Collections::CollectionBase::ListImpl::Contains metod
ListImpl::Contains method
Avgör om samlingen innehåller ett specifikt element.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | const T& | Elementet att hitta i samlingen. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
Se även
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++