コード例 #1
0
ファイル: Plane.cs プロジェクト: 372285834/GServer
 public override int GetHashCode()
 {
     return(Normal.GetHashCode() + D.GetHashCode());
 }
コード例 #2
0
ファイル: DrawHelper.cs プロジェクト: catontheway/AxTools
 /// <summary>
 /// Returns the hash code for this instance.
 /// </summary>
 /// <returns>
 /// A 32-bit signed integer that is the hash code for this instance.
 /// </returns>
 public override int GetHashCode()
 {
     return(Position.GetHashCode() + Color.GetHashCode());
 }