In Netezza Performance Server (NPS), comparing NULL to NULL using the equality operator (=) does not evaluate to true or false. Instead, any direct comparison with NULL results in NULL (or 'NULL=NULL' as represented in this context), because NULL represents an unknown value.