System::Collections::Generic::List::Contains yöntemi
List::Contains method
Öğenin listede bulunup bulunmadığını kontrol eder.
bool System::Collections::Generic::List<T>::Contains(const T &item) const override
| Parametre | Tür | Açıklama |
|---|---|---|
| öğe | const T& | Aranacak öğe. |
ReturnValue
Öğe bulunursa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++