Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created April 28, 2018 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/0640e85a90be6d3b9e55cf8381c08850 to your computer and use it in GitHub Desktop.
Save dance2die/0640e85a90be6d3b9e55cf8381c08850 to your computer and use it in GitHub Desktop.
// C#
==================== SequenceEqual DEMO - Check If Two Sequences Are The Same ====================
Same Orders share the same sequence True
Are All Domestic Order Shipped? False
// JS
==================== SequenceEqual DEMO - Check If Two Sequences Are The Same ====================
Same Orders share the same sequence true
Are All Domestic Order Shipped? false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment