/// <summary> /// Returns the hash code of this field /// </summary> /// /// <returns>The hash code</returns> public override int GetHashCode() { int hash = N * 31; hash += K * 31; hash += GF.GetHashCode(); hash += GP.GetHashCode(); hash += P1.GetHashCode(); return(hash); }