template<class OBJ , class EXC >
virtual bool FdoNamedCollection< OBJ, EXC >::Contains ( const OBJ *  value  )  const [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

Reimplemented from FdoCollection< OBJ, EXC >.

Definition at line 291 of file NamedCollection.h.