Esempio n. 1
0
 public bool Equals(Half other) => this == other;
Esempio n. 2
0
 public int CompareTo(Half h) => this == h ? 0 : (this > h ? 1 : -1);