public override int GetHashCode() { unchecked { return((Xyz.GetHashCode() * 397) ^ Rpy.GetHashCode()); } }
/// <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()); }