An NDoc Documented Class Library

RotDeque.Contains Method 

Determine whether an element is on the deque.

public virtual bool Contains(
   object o
);

Parameters

o
The element to look for.

Return Value

True if the element is on the deque.

Implements

IList.Contains

See Also

RotDeque Class | Ringlet.Collections Namespace