# 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