@@ -124,10 +124,19 @@ * * \param listObject The list object returned by append / prepend */ - (void)removeListObject: (of_list_object_t*)listObject; +/** + * \brief Checks whether the list contains an object with the specified address. + * + * \param object The object which is checked for being in the list + * \return A boolean whether the list contains an object with the specified + * address. + */ +- (BOOL)containsObjectIdenticalTo: (id)object; + /** * \brief Returns the first object of the list or nil. * * The returned object is not retained and autoreleased for performance * reasons!