System::Collections::CollectionBase::ListImpl::Contains yöntemi
ListImpl::Contains method
Koleksiyonun belirli bir öğe içerip içermediğini belirler.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | const T& | Koleksiyonda bulunacak öğe. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
Ayrıca Bakınız
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++