# File lib/active_ldap/schema.rb, line 307 def <=>(other) name <=> other.name end
# File lib/active_ldap/schema.rb, line 297 def eql?(other) self.class == other.class and (id == other.id or (id.nil? and other.nil? and name == other.name)) end
Generated with the Darkfish Rdoc Generator 2.