# File lib/benelux/mark.rb, line 25 25: def ==(other) 26: self.name == other.name && 27: self.tags == other.tags && 28: self.to_f == self.to_f 29: end