num = input() list = num.split(" ") if list[0] == list[1]: print("Yes") else: print("No")