b, c = input().split() print("Yes" if b == c else "No")