class Steep::AST::Annotation::Implements

def ==(other)

def ==(other)
  other.is_a?(Implements) && other.name == name
end