System::Collections::IList::Contains methode
IList::Contains method
Controleert of het item in de lijst staat.
virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
| Parameter | Type | Beschrijving |
|---|---|---|
| item | SharedPtr<System::Object> | Het te zoeken item. |
ReturnValue
True als het item wordt gevonden, false anders.
Zie ook
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++