4 lines
35 B
PowerShell
4 lines
35 B
PowerShell
|
|
if ($null -eq $object) {
|
||
|
|
...
|
||
|
|
}
|