A, B = input().split() ans = 0 if A<=B: ans = 1 if ans ==0: print('No') else: print('Yes')