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