class Seatsio::Zone

def == (other)

def == (other)
  key == other.key &&
    label == other.label
end