An NDoc Documented Class Library

TieredVector.Contains Method 

Determines whether an element is contained in the vector.

public virtual bool Contains(
   object o
);

Parameters

o
The element to look for.

Return Value

True if the vector contains this element.

Implements

IList.Contains

See Also

TieredVector Class | Ringlet.Collections Namespace