System::Collections::Generic::List::Exists 메서드
List::Exists method
리스트에 특정 조건을 만족하는 요소가 존재하는지 확인합니다.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| match | System::Predicate<T> | Predicate를 사용하여 요소를 확인합니다. |
ReturnValue
일치하는 요소가 발견되면 true, 그렇지 않으면 false.
또 보기
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++