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