Ejemplo n.º 1
0
 public int CompareTo(NotNull <T> other)
 {
     return(CompareTo(other.Value));
 }
Ejemplo n.º 2
0
 public bool Equals(NotNull <T> other)
 {
     return(Equals(other.Value));
 }