Searches for an object in the array. If it is found its index will be returned. This method also returns an index if the object is not the same as the one stored in the array but has equal contents. @param obj The object to look for. @return The index of the object, if it was found. -1 otherwise. @
(Object obj)