x,y=map(int,input().split()) print("Yes" if x==y else "No")