Exemple #1
0
 public int CompareTo(Segment other)
 {
     return(SegmentId.CompareTo(other.SegmentId));
 }