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