# File lib/big_record/ar_reflection.rb, line 104
      def ==(other_aggregation)
        name == other_aggregation.name && other_aggregation.options && big_record == other_aggregation.big_record
      end