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