# File lib/rdoc/markup/special.rb, line 26
  def ==(o)
    self.text == o.text && self.type == o.type
  end