Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $a = $("abc" `
- + 123)
- $b = $("abc" `
- + 123)
- if ($a -eq $b) { Write-Host "Good." } else { Write-Host "Bad." }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement