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