Skip to content

Instantly share code, notes, and snippets.

@alfredmyers
Created August 17, 2018 11:25
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 alfredmyers/e293c92a6da9b7d01874e5b01f174f34 to your computer and use it in GitHub Desktop.
Save alfredmyers/e293c92a6da9b7d01874e5b01f174f34 to your computer and use it in GitHub Desktop.
Trolling Equality
public static bool operator ==(Trololoh left, Trololoh right) {
return new Random().Next(2) % 2 == 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment