Beispiel #1
0
 public bool Equals(Int24 x, Int24 y) => x == y;
Beispiel #2
0
 public int GetHashCode(Int24 obj) => obj.GetHashCode();
Beispiel #3
0
 public bool Equals(Int24 other) => this == other;