DataA,DataB = input().split() if int(DataB) >= int(DataA): print("Yes") else: print("No")