Exemplo n.º 1
0
 public bool Equals(Bounded <T> other) => Equals(other.Value);
Exemplo n.º 2
0
 public int CompareTo(Bounded <T> other) => CompareTo(other.Value);