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