System::Collections::Generic::ICollection::Contains yöntemi
ICollection::Contains method
Öğenin koleksiyonda bulunup bulunmadığını denetler.
virtual bool System::Collections::Generic::ICollection<T>::Contains(const T &item) const =0
| Parameter | Type | Açıklama |
|---|---|---|
| öğe | const T& | Aranacak öğe. |
ReturnValue
Eleman mevcutsa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++