コード例 #1
0
ファイル: Entity.cs プロジェクト: mmatvein/snake
 public override int GetHashCode()
 {
     return(1877310944 + id.GetHashCode());
 }
コード例 #2
0
ファイル: CLong.cs プロジェクト: layomia/dotnet_runtime
 /// <summary>
 /// Returns the hash code for this instance.
 /// </summary>
 /// <returns>A 32-bit signed integer hash code.</returns>
 public override int GetHashCode() => _value.GetHashCode();