# File lib/ruport/data/record.rb, line 183
    def ==(other)
       @attributes.eql?(other.attributes) &&
       to_a == other.to_a
    end