System::Collections::Generic::ICollection::Contains metodu
ICollection::Contains method
Öğenin koleksiyonda bulunup bulunmadığını kontrol eder.
virtual bool System::Collections::Generic::ICollection<T>::Contains(const T &item) const =0
| Parametre | Tür | 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.Font for C++