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