The Powershell not equal operator is –ne. This how you use it. When dealing with numbers: PS> $a = 3 PS> $b = 5 PS> $a -ne $b True When ...
確定! 回上一頁