public override int GetHashCode() { int hash = GetType().GetHashCode(); hash = (hash * 397) ^ Illustrationid.GetHashCode(); hash = (hash * 397) ^ Productmodelid.GetHashCode(); return(hash); }
public override int GetHashCode() { int hash = GetType().GetHashCode(); hash = (hash * 397) ^ Productmodelid.GetHashCode(); hash = (hash * 397) ^ Productdescriptionid.GetHashCode(); hash = (hash * 397) ^ Cultureid.GetHashCode(); return(hash); }