Exemplo n.º 1
0
 public int CompareTo(ValueWrapper <T> other)
 {
     return(this.Value.CompareTo(other.Value));
 }
Exemplo n.º 2
0
 public bool Equals(ValueWrapper <T> that)
 {
     return(this.Value.Equals(that.Value));
 }