System::Collections::Generic::LinkedList::Contains metodo
LinkedList::Contains method
Verifica se element è presente nella lista.
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | const T& | Elemento da cercare. |
ReturnValue
Vero se element è trovato, falso altrimenti.
Vedi anche
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++