System::Collections::Generic::IKVCollection::Contains Methode
IKVCollection::Contains method
Überprüft, ob das Element im Container vorhanden ist.
virtual bool System::Collections::Generic::IKVCollection<T>::Contains(const T &item) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Element | const T& | Zu suchendes Element. |
ReturnValue
Wahr, wenn das Element gefunden wurde, sonst falsch.
Siehe auch
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++