System::Collections::Generic::List::Contains‑metod
List::Contains method
Kontrollerar om objektet finns i listan.
bool System::Collections::Generic::List<T>::Contains(const T &item) const override
| Parameter | Typ | Beskrivning |
|---|---|---|
| objekt | const T& | Objekt att söka efter. |
ReturnValue
Sant om objektet hittas, falskt annars.
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++