System::Collections::Generic::Queue::Contains yöntemi
Queue::Contains method
Kuyruğun belirli bir öğeyi içerip içermediğini, öğeleri karşılaştırmak için == operatörünü kullanarak kontrol eder.
virtual bool System::Collections::Generic::Queue<T>::Contains(const T &item) const
| Parametre | Tür | Açıklama |
|---|---|---|
| öğe | const T& | Aranacak öğe. |
ReturnValue
Öğe mevcutsa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Font for C++