Example #1
0
 public bool Equals(Edge e)
 {
     return (Begin.Equals(e.GetBegin()) && End.Equals(e.GetEnd()) && Length == e.GetLength());
 }