"Apples" and "Apples" are the same, which is why != returns false.
"Apples"
!=
false
Wait! Are the strings on either side of the != operator?