Skip to content

Instantly share code, notes, and snippets.

@gprasant
Created June 19, 2012 12:13
Show Gist options
  • Save gprasant/2953814 to your computer and use it in GitHub Desktop.
Save gprasant/2953814 to your computer and use it in GitHub Desktop.
public static bool operator ==(Coordinate c1, Coordinate c2)
{
return c1.Equals(c2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment