System::Collections::CollectionBase::ListImpl::Contains method

ListImpl::Contains method

컬렉션에 특정 요소가 포함되어 있는지 확인합니다.

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
매개변수형식설명
valueconst T&컬렉션에서 찾을 요소.

ReturnValue

true if the collection contains the specified value; otherwise, false.

또 보기