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