# File Warshall.rb, line 261 def ==(rel) rel!=nil ? ((@basis==rel.basis) && (@vor==rel.vor) && (@nach==rel.nach)): false end