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