System::Collections::Generic::List::Exists methode
List::Exists method
Controleert of een element dat voldoet aan een specifieke predicaat bestaat in de lijst.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| Parameter | Type | Beschrijving |
|---|---|---|
| match | System::Predicate<T> | Predicate om elementen te controleren. |
ReturnValue
Waar als een overeenkomend element wordt gevonden, anders onwaar.
Zie ook
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++