System::Collections::Generic::LinkedList::Contains 메서드
LinkedList::Contains method
element가 리스트에 존재하는지 확인합니다.
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| element | const T& | 찾을 요소. |
ReturnValue
찾은 경우 element는 true, 그렇지 않으면 false.
또 보기
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++