System::Collections::ObjectModel::KeyedCollection::Contains Methode
KeyedCollection::Contains method
Prüft, ob der Schlüssel im Container vorhanden ist.
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Contains(TKey key)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | TKey | Schlüssel, nach dem gesucht wird. |
ReturnValue
Wahr, wenn der Schlüssel gefunden wird, sonst falsch.
Siehe auch
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++