s = input().split() print("Yes" if s[0]==s[1] else "No")