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