# File lib/active_ldap/ldif.rb, line 622
    def ==(other)
      other.is_a?(self.class) and
        @version == other.version and @records == other.records
    end