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