module RBS::Types::Application

def ==(other)

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