System::Collections::CollectionBase::ListImpl::Contains-Methode
ListImpl::Contains method
Bestimmt, ob die Sammlung ein bestimmtes Element enthält.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const T& | Das Element, das in der Sammlung gefunden werden soll. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
Siehe auch
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++