# File automaten.rb, line 270
        def ==(another)
                if another!=nil then 
                        return (@items == another.items) 
                else 
                        return false 
                end
        end