class RDoc::Constant

def == other

def == other
  self.class == other.class and
    @parent == other.parent and
    @name == other.name
end