a, b = input().split() print("Yes") if eval(f"{a} <= {b}") else print("No")