A,B=map(int,input().split()) if A<=B: ans="Yes" else: ans="No" print(ans)