Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 7, 2019 07:32
Show Gist options
  • Save chriskuech/bc8245deeb0eba36eecfe8baa7a752b8 to your computer and use it in GitHub Desktop.
Save chriskuech/bc8245deeb0eba36eecfe8baa7a752b8 to your computer and use it in GitHub Desktop.
PS> $a, $b = @{}, @{}
PS> $a -eq $a
True
PS> $a -eq $b
False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment