ListCollectionTContains Method
            Determines whether the ICollectionT contains a specific value.
            
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public bool Contains(
	T item
)
Public Function Contains ( 
	item As T
) As Boolean
public:
virtual bool Contains(
	T item
) sealed
- item  T
 - The object to locate in the ICollectionT.
 
Boolean
            true if 
item is found in the 
ICollectionT; otherwise, false.
            
ICollectionTContains(T)