コード例 #1
0
ファイル: Hash128.cs プロジェクト: Lozamded/IPG_RTA01
 public override int GetHashCode()
 {
     return Value.GetHashCode();
 }
コード例 #2
0
 /// <summary>
 /// Returns a hash code for this instance.
 /// </summary>
 public static int GetHashCode(uint4 v) => v.GetHashCode();