Exemple #1
0
 /// <summary>
 /// Returns a hash code for the specified object
 /// </summary>
 /// <returns>A hash code for the specified object</returns>
 public override int GetHashCode()
 {
     return(Dx.GetHashCode() ^ Dy.GetHashCode() ^ Dz.GetHashCode() ^
            Ex.GetHashCode() ^ Ey.GetHashCode() ^ Ez.GetHashCode() ^
            Scale_ppm.GetHashCode());
 }