System::Collections::Generic::LinkedList::Contains metodu
LinkedList::Contains method
Liste içinde element bulunup bulunmadığını kontrol eder.
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| Parametre | Tür | Açıklama |
|---|---|---|
| öğe | const T& | Aranacak öğe. |
ReturnValue
Eğer element bulunursa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++