# File lib/marc/record.rb, line 166
    def ==(other)
      return self.to_s == other.to_s
    end