# File lib/util/condition.rb, line 36 def ==(other) ((other.class = self.class) && (other.name == self.name) && (other.description == self.description) && (other.info == self.info)) end