template<class OBJ , class BASE , class EXC >
virtual FDO_API bool FdoReadOnlyUnnamedCollection< OBJ, BASE, EXC >::Contains ( const OBJ *  value  )  [inline, virtual]

Returns true if the collection contains the specified item, false otherwise.

Parameters:
value Input value
Returns:
Returns true if the collection contains the specified item, false otherwise

Definition at line 91 of file ReadOnlyUnnamedCollection.h.