class RDoc::Context::Section

def ==(other)

def ==(other)
  self.class === other and @sequence == other.sequence
end