طريقة System::Collections::Generic::BaseSet::Contains
BaseSet::Contains method
يتحقق مما إذا كان العنصر موجودًا في المجموعة.
bool System::Collections::Generic::BaseSet<T, SET_T>::Contains(const T &item) const override
| Parameter | Type | الوصف |
|---|---|---|
| العنصر | const T& | العنصر للبحث عنه. |
ReturnValue
صحيح إذا كان العنصر موجودًا في المجموعة، وإلا خطأ.
انظر أيضًا
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++