# File lib/rdoc/top_level.rb, line 322
  def == other
    self.class === other and @absolute_name == other.absolute_name
  end