class Ecu::Label

def hash

def hash
  equality_properties.map { |p| self.public_send(p) }.hash
end