# File lib/active_ldap/schema.rb, line 304 def <=>(other) name <=> other.name end
# File lib/active_ldap/schema.rb, line 294 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.