A,B = map(int, input().split()) print('No' if A > B else 'Yes')