/// <summary> /// Gets the hashcode of the vector. /// </summary> /// <returns>Returns the hashcode of the vector.</returns> #region public override int GetHashCode() public override int GetHashCode() { return(x.GetHashCode() ^ y.GetHashCode() ^ z.GetHashCode() ^ w.GetHashCode()); }