Nemerle Documentation

Queue.Contains Method 

Returns `true' iff the element x is a member of the queue.

public bool Contains(
   object x
);

See Also

Queue Class | Nemerle.Collections Namespace