字串 [ "str1" = "str2" ] 數值 [ num1 -ne num2 ]
字串 if ($str1 ne $str2) 數值 if ($num1 == $num2)
字串 if (strcmp(str1, str2)) 數值 if (num1 == num2)