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