class ActiveLdap::Ldif::ChangeRecord

def ==(other)

def ==(other)
  super(other) and
    @controls = other.controls and
    @change_type == other.change_type
end