Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 7, 2019 07:30
Show Gist options
  • Save chriskuech/df2e0ae7501755dca658df315e459bf7 to your computer and use it in GitHub Desktop.
Save chriskuech/df2e0ae7501755dca658df315e459bf7 to your computer and use it in GitHub Desktop.
PS> 4 -eq 4
True
PS> "joe estevez" -eq "emilio estevez"
False
PS> "Joe Estevez" -eq "joe estevez"
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment