Created
June 19, 2012 12:13
-
-
Save gprasant/2953814 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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