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