# File lib/active_ldap/ldif.rb, line 695 def ==(other) super(other) and @controls = other.controls and @change_type == other.change_type end