Why a NaN variable is not equal to Double.NaN?

In the picture shown, Eclipse is telling me that the double variable, “unprocessed”, is NaN. However, when comparing it to Double.NaN, it tells me the Boolean value is “false”.

Why? And how do I fix it?