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