# File lib/twitter/polygon.rb, line 9
    def ==(other)
      super || (other.class == self.class && other.coordinates == self.coordinates)
    end