# File lib/active_ldap/distinguished_name.rb, line 202
    def <=>(other)
      normalize_for_comparing(@rdns) <=>
        normalize_for_comparing(other.rdns)
    end