Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 4, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/6a0512645697dcf9575a to your computer and use it in GitHub Desktop.
Save guitarrapc/6a0512645697dcf9575a to your computer and use it in GitHub Desktop.
$null -eq (1..10 -eq 20) #false
"" -eq (1..10 -eq 20) # true
[string]::Empty -eq (1..10 -eq 20) #true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment