# File lib/active_ldap/distinguished_name.rb, line 192 def ==(other) other.is_a?(self.class) and normalize(@rdns) == normalize(other.rdns) end