class ActiveLdap::Ldif::ModifyRecord::Operation
def ==(other)
def ==(other) other.is_a?(self.class) and @type == other.type and full_attribute_name == other.full_attribute_name and Attributes.normalize(@attributes) == Attributes.normalize(other.attributes) end