Table of Contents
BaseObjectCollectionWrapper<T,T>.Contains Method 

Determines whether the collection contains the specified item.

Syntax
 public bool Contains(
   TWrapper item
);

Parameters

item
The item to be located.

Return Value

true if the item is found in the collection.

See Also