Skip to content

Instantly share code, notes, and snippets.

@sasan-salem
Created March 31, 2021 08:58
Show Gist options
  • Save sasan-salem/d1c04b229d866a468eae6cba8794d24c to your computer and use it in GitHub Desktop.
Save sasan-salem/d1c04b229d866a468eae6cba8794d24c to your computer and use it in GitHub Desktop.
bool result = false;
if (student1.GetHashCode() == student2.GetHashCode())
result = student1.Equals(student2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment