$a = [PSCustomObject]@{Property='A'} $b = $a $a -eq $b true ... You could also take advantage of powershell's capabilities.
確定! 回上一頁