a, b = input().split() if a != b: print('No') else: print('Yes')