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