System::Collections::BitArray::Contains 메서드
BitArray::Contains method
컨테이너에 특정 값이 존재하는지 확인합니다. 구현되지 않음.
bool System::Collections::BitArray::Contains(const bool &item) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 항목 | const bool& | 찾을 항목. |
ReturnValue
요소가 존재하면 true, 그렇지 않으면 false.
또 보기
- Class BitArray
- Namespace System::Collections
- Library Aspose.Page for C++