System::Collections::Generic::List::Exists 메서드

List::Exists method

리스트에 특정 조건을 만족하는 요소가 존재하는지 확인합니다.

bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
매개변수형식설명
matchSystem::Predicate<T>Predicate를 사용하여 요소를 확인합니다.

ReturnValue

일치하는 요소가 발견되면 true, 그렇지 않으면 false.

또 보기