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