Created
February 19, 2025 11:52
-
-
Save isaacabraham/cade9ec48a175d70ede7b925e70cdf5b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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