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