System::Collections::IList::Contains Methode
IList::Contains method
Prüft, ob das Element in der Liste ist.
virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
| Parameter | Typ | Beschreibung |
|---|---|---|
| Element | SharedPtr<System::Object> | Das gesuchte Element. |
ReturnValue
Wahr, wenn das Element gefunden wurde, sonst falsch.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++