class ISO3166::Country

def ==(other)

def ==(other)
  self.data == other.data
end