Metodo System::Collections::Generic::List::Exists
List::Exists method
Verifica se esiste un elemento che soddisfa un predicato specifico nell’elenco.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| Parametro | Tipo | Descrizione |
|---|---|---|
| match | System::Predicate<T> | Predicate per verificare gli elementi |
ReturnValue
Vero se viene trovato un elemento corrispondente, falso altrimenti.
Vedi anche
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++