Exemple #1
0
 public int CompareTo(object other)
 {
     return(_value.CompareTo(((TimeSpan)other)._value));
 }