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