• powershell?[int] $a = [System.Management.Automation.Language.NullString]::Value

    $a -eq $null

    from https://www.codykonior.com/2013/10/17/checking-for-null-in-powershell/