طريقة System::Collections::CollectionBase::ListImpl::Contains
ListImpl::Contains method
يحدد ما إذا كانت المجموعة تحتوي على عنصر محدد.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| معامل | نوع | الوصف |
|---|---|---|
| قيمة | const T& | العنصر المراد تحديد موقعه في المجموعة. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
انظر أيضًا
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++