Beispiel #1
0
 public int CompareTo(Node other)
 {
     return(Coordinates.CompareTo(other.Coordinates));
 }