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