比較運算子(Comparison Operators). -ieq: 比較時不區分大小寫(Case-Insensitive), PowerShell的預設值 e.g. "a" -eq "A" same as "a" -ieq "A"。
確定! 回上一頁