System::Collections::ObjectModel::KeyedCollection::Contains 메서드
KeyedCollection::Contains method
키가 컨테이너에 존재하는지 확인합니다.
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Contains(TKey key)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | TKey | 찾을 키. |
ReturnValue
키가 발견되면 true, 그렇지 않으면 false.
또 보기
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++