public override int GetHashCode()
 {
     return(userPartitionNumber << 32 + lanePartitionID.GetHashCode());
 }
 public override int GetHashCode()
 {
     return(this.userWaypointNumber << 32 + lanePartitionID.GetHashCode());
 }