Esempio n. 1
0
 public bool Equals(WTimeSpan other)
 {
     return(WrappedValue.Equals(other.WrappedValue));
 }
Esempio n. 2
0
 public int CompareTo(WTimeSpan other)
 {
     return(WrappedValue.CompareTo(other.WrappedValue));
 }