#yuki1543 s,t,c=map(str,input().split()) s=int(s) t=int(t) if c=='<' and s' and s>t: print('Yes') elif c=='=' and s==t: print('Yes') else: print('No')