@@ -33,20 +33,10 @@ /** * \brief Checks whether the collection contains an object equal to the * specified object. * - * \param The object which is checked for being in the collection + * \param object The object which is checked for being in the collection * \return A boolean whether the collection contains the specified object */ - (BOOL)containsObject: (id)object; - -/** - * \brief Checks whether the collection contains an object with the specified - * address. - * - * \param The object which is checked for being in the collection - * \return A boolean whether the collection contains an object with the - * specified address. - */ -- (BOOL)containsObjectIdenticalTo: (id)object; @end