a,b,c=map(int,input().split()) if b-c==0: print("No") else: print("Yes")