コード例 #1
0
ファイル: Int24.cs プロジェクト: Squirrelies/ProcessMemory
 public bool Equals(Int24 x, Int24 y) => x == y;
コード例 #2
0
ファイル: Int24.cs プロジェクト: Squirrelies/ProcessMemory
 public int GetHashCode(Int24 obj) => obj.GetHashCode();
コード例 #3
0
ファイル: Int24.cs プロジェクト: Squirrelies/ProcessMemory
 public bool Equals(Int24 other) => this == other;