Skip to content

Instantly share code, notes, and snippets.

@isaacabraham
Created February 19, 2025 11:52
Show Gist options
  • Save isaacabraham/cade9ec48a175d70ede7b925e70cdf5b to your computer and use it in GitHub Desktop.
Save isaacabraham/cade9ec48a175d70ede7b925e70cdf5b to your computer and use it in GitHub Desktop.
let tuple = "a","b"
let v1 = System.String.Compare(tuple) // error
let v2 = System.Object.Equals(tuple) // no error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment