Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1973-standardlibrary-generic-cqueue-cqueuecontains.md
T
2026-06-23 21:47:51 +08:00

326 B

Contains

Determines whether the queue contains an element with the specified value.

bool Contains(
   T  item     // the search value
   );

Parameters

item

[in]  The searched value.

Return Value

Returns true if an element with the specified value is found in the queue, or false otherwise.