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