System::Collections::Generic::Stack::Contains methode
Stack::Contains method
Controleert of een specifiek item aanwezig is in de container; gebruikt operator == voor vergelijking.
virtual bool System::Collections::Generic::Stack<T>::Contains(const T &item) const
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const T& | Item om naar te zoeken. |
ReturnValue
True als het item wordt gevonden, false anders.
Zie ook
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++