/// <summary>
 /// Gets the hash code
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 {
     return(Start.GetHashCode() + End.GetHashCode());
 }