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