System::Collections::Generic::Queue::Contains metodo
Queue::Contains method
Verifica se la coda contiene un elemento specifico usando l’operatore == per confrontare gli elementi.
virtual bool System::Collections::Generic::Queue<T>::Contains(const T &item) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | const T& | Elemento da cercare. |
ReturnValue
Vero se l’elemento è presente, falso altrimenti.
Vedi anche
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Font for C++