System::Collections::Generic::List::Exists metodo
List::Exists method
Verifica se nella lista esiste un elemento che soddisfa un predicato specifico.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| Parametro | Tipo | Descrizione |
|---|---|---|
| match | System::Predicate<T> | Predicato 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.Font for C++