public override int GetHashCode() { unchecked { var hashCode = (Typ != null ? Typ.GetHashCode() : 0); hashCode = (hashCode * 397) ^ (_iValueFor != null ? _iValueFor.GetHashCode() : 0); hashCode = (hashCode * 397) ^ (_seed != null ? _seed.GetHashCode() : 0); return(hashCode); } }
public override int GetHashCode() { unchecked { return(((Typ != null ? Typ.GetHashCode() : 0) * 397) ^ (_iValueFor != null ? _iValueFor.GetHashCode() : 0)); } }