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