Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 4, 2015 15:47
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/f1bc3b4e95a40f1ccfd2 to your computer and use it in GitHub Desktop.
Save guitarrapc/f1bc3b4e95a40f1ccfd2 to your computer and use it in GitHub Desktop.
(1..10 -eq 20) -eq $null # 空っぽ
(1..10 -eq 20) -eq "" #空っぽ
(1..10 -eq 20) -eq [string]::Empty #空っぽ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment