X,Y=(int(x) for x in input().split()) print("Yes" if X == Y else "No")