b,c = list(map(int,input().split())) if b== c: print('Yes') else: print('No')