单项选择题

Javascript中,以下哪两个变量的值不是==:()。

A、var a=0 , b=-0;
B、var a=NaN , b=NaN;
C、var a=null , b=undefined;
D、var a=[] , b=false;