# File lib/active_ldap/ldif.rb, line 748 def ==(other) other.is_a?(self.class) and @type == other.type and @criticality = other.criticality and @value == other.value end