System::Collections::CollectionBase::ListImpl::Contains method
ListImpl::Contains method
컬렉션에 특정 요소가 포함되어 있는지 확인합니다.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const T& | 컬렉션에서 찾을 요소. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
또 보기
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++