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