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