Ejemplo n.º 1
0
 public bool Equals(TinyType <T> other) =>
 other != null && Equals(Value, other);
Ejemplo n.º 2
0
 //  comparing
 public int CompareTo(TinyType <T> other) =>
 Value.CompareTo(other.Value);