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