A, B = map(int, input().strip().split(' ')) print(['Yes', 'No'][A > B])