Which of these comparisons results in true?
true
"Yuan" !== "Renminbi"
"Yuan" === "Renminbi"
"Renminbi" !== "Renminbi"
"Yuan" !== "Renminbi" would result in true.