b, c = map(int, input().strip().split(' ')) print(['No', 'Yes'][b == c])