System::Collections::IListImplValueType::Contains-methode
IListImplValueType::Contains method
Controleert of het item aanwezig is in de lijst.
virtual bool System::Collections::IListImplValueType<T>::Contains(SharedPtr<System::Object> item) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| item | SharedPtr<System::Object> | Item om naar te zoeken. |
ReturnValue
True als het item wordt gevonden, false anders.
Zie ook
- Typedef SharedPtr
- Class Object
- Class IListImplValueType
- Namespace System::Collections
- Library Aspose.Page for C++