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