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