// yuki 1527 Input Constant is Good // 2021.6.5 bal4u #include int main() { int A, B; scanf("%d%d", &A, &B); puts(A <= B? "Yes": "No"); return 0; }