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