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