b, c = input().split() print('Yes') if b == c else print('No')