Skip to content

Instantly share code, notes, and snippets.

@kflu
Created January 9, 2017 22:04
Show Gist options
  • Save kflu/c041cc2343a4748728e72369357bddc4 to your computer and use it in GitHub Desktop.
Save kflu/c041cc2343a4748728e72369357bddc4 to your computer and use it in GitHub Desktop.
common.fs
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