Or statement - not working

What am I doing wrong


var house:String = null;

if ((house != "") || (house != undefined) || (house  != null)){
    trace("yes");
}