System::Collections::Generic::LinkedList::Contains metodu
LinkedList::Contains method
element öğesinin listede bulunup bulunmadığını kontrol eder.
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| Parameter | Type | Açıklama |
|---|---|---|
| öğe | const T& | Aranacak öğe. |
ReturnValue
Bulunursa element doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++