System::Collections::ObjectModel::Collection::Contains-methode
Collection::Contains method
Controleert of een item aanwezig is in de collectie.
bool System::Collections::ObjectModel::Collection<T>::Contains(const T &item) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const T& | om te zoeken. |
ReturnValue
Waar als het item aanwezig is, onwaar anders.
Zie ook
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++