x, y = input().split() print('Yes') if x == y else print('No')