a, b = [int(v) for v in input().split()] print("Yes" if a == b else "No")