#include int main(void){ int b=0; int c=0; scanf("%d %d",&b,&c); if (b==c){ printf("Yes"); } else{ printf("No"); } return 0; }