class ISO3166::Country

def ==(other)

def ==(other)
  other.respond_to?(:alpha2) && other.alpha2 == alpha2
end