class RDoc::Markup::ListItem

def == other # :nodoc:

:nodoc:
def == other # :nodoc:
  self.class == other.class and
    @label == other.label and
    @parts == other.parts
end