B,C=map(int,input().split()) if B==C: print("Yes") else: print("No")