Skip to content

Instantly share code, notes, and snippets.

@zoechi
Last active August 29, 2015 14:18
Show Gist options
  • Save zoechi/daafd4d98f58f63ea8a0 to your computer and use it in GitHub Desktop.
Save zoechi/daafd4d98f58f63ea8a0 to your computer and use it in GitHub Desktop.
// SO 29538557
void main() {
print({'name': 'jhon', 'lastName': 'Doe'} ==
{'name': 'jhon', 'lastName': 'Doe'});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment