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