Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((Xyz.GetHashCode() * 397) ^ Rpy.GetHashCode());
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Provides the hash code for this object.
 /// </summary>
 /// <returns>A hash code formed from the bitwise XOR of this objects members.</returns>
 public override int GetHashCode()
 {
     return(Xyz.GetHashCode() ^ W.GetHashCode());
 }