Created
January 9, 2017 22:04
-
-
Save kflu/c041cc2343a4748728e72369357bddc4 to your computer and use it in GitHub Desktop.
common.fs
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 (?=) x y = System.String.Equals(x, y, StringComparison.InvariantCultureIgnoreCase) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment