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