a,p,q = map(int,input().split()) print("Yes" if q-p != 0 else "No")