System::Collections::Generic::Queue::Contains 메서드
Queue::Contains method
operator == 를 사용하여 요소를 비교함으로써 큐에 특정 요소가 포함되어 있는지 확인합니다.
virtual bool System::Collections::Generic::Queue<T>::Contains(const T &item) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 항목 | const T& | 찾을 항목. |
ReturnValue
항목이 존재하면 true, 그렇지 않으면 false.
또 보기
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++