System::Collections::Generic::List::Exists μέθοδος
List::Exists method
Ελέγχει αν υπάρχει στοιχείο που ικανοποιεί συγκεκριμένο πρότυπο στη λίστα.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| Parameter | Type | Περιγραφή |
|---|---|---|
| match | System::Predicate<T> | Predicate για έλεγχο στοιχείων. |
ReturnValue
Αληθές εάν βρεθεί το αντίστοιχο στοιχείο, ψευδές διαφορετικά.
Δείτε επίσης
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++