X,Y = list(map(int,input().split())) print("Yes" if X == Y else "No")