class Steep::AST::Annotation::Named

def ==(other)

def ==(other)
  other.is_a?(self.class) &&
    other.name == name &&
    other.type == type
end