# File warshall.rb, line 66
        def ==(menge)
                if menge!=nil then (@array==menge.array()) else return false end
        end