#include int main(){ int A,B; scanf("%d %d",&A,&B); if(A<=B){ printf("Yes"); }else{ printf("No"); } return 0; }