B, C = map(int, input().split()) print("Yes" if B == C else "No")