Metodo System::Collections::Generic::List::Contains
List::Contains method
Verifica se l’elemento è presente nell’elenco.
bool System::Collections::Generic::List<T>::Contains(const T &item) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | const T& | Elemento da cercare. |
ReturnValue
Vero se l’elemento è trovato, falso altrimenti.
Vedi anche
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++