a,b = map(int,input().split()) def yn(hantei, yes='Yes', no='No'): print(yes if hantei else no) yn(a==b)