# File lib/rdoc/context/section.rb, line 48
  def == other
    self.class === other and @title == other.title
  end