class Steep::AST::Annotation::Dynamic::Name

def ==(other)

def ==(other)
  other.is_a?(Name) &&
    other.name == name &&
    other.kind == kind
end