예제 #1
0
파일: Entity.cs 프로젝트: mmatvein/snake
 public override int GetHashCode()
 {
     return(1877310944 + id.GetHashCode());
 }
예제 #2
0
 /// <summary>
 /// Returns the hash code for this instance.
 /// </summary>
 /// <returns>A 32-bit signed integer hash code.</returns>
 public override int GetHashCode() => _value.GetHashCode();