# File lib/ruport/data/grouping.rb, line 85
    def eql?(other)
      name.eql?(other.name) && super
    end