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