Exemple #1
0
 public int CompareTo(PerfEntryBase other)
 {
     return(ElapsedTime.CompareTo(other.ElapsedTime));
 }