@@ -179,10 +179,20 @@ * \return The index of the first object that has the same aaddress as * the specified object or OF_INVALID_INDEX if it was not found */ - (size_t)indexOfObjectIdenticalTo: (id)object; +/** + * \brief Checks whether the array contains an object with the specified + * address. + * + * \param object The object which is checked for being in the array + * \return A boolean whether the array contains an object with the specified + * address. + */ +- (BOOL)containsObjectIdenticalTo: (id)object; + /** * \brief Returns the first object of the array or nil. * * The returned object is not retained and autoreleased for performance * reasons!