x,y = input().split() if x == y: print("Yes") else: print("No")