System::Collections::ObjectModel::ReadOnlyCollection::Contains Methode
ReadOnlyCollection::Contains method
Prüft, ob der Container ein bestimmtes Element enthält.
virtual bool System::Collections::ObjectModel::ReadOnlyCollection<T>::Contains(const T &item) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Element | const T& | Zu suchendes Element. |
ReturnValue
true, wenn das Element gefunden wird, sonst false.
Siehe auch
- Class ReadOnlyCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++