VBScript Function - Microsoft

In Windows PowerShell you can check for a Null value simply by using the -eq comparison operator to compare a variable with the system variable $Null. For example, this command compares $b to $Null, and stores the results of that comparison in $a: $a = $z -eq $null ................
................