public override int GetHashCode()
        {
            int hash = GetType().GetHashCode();

            hash = (hash * 397) ^ Illustrationid.GetHashCode();
            hash = (hash * 397) ^ Productmodelid.GetHashCode();

            return(hash);
        }
Esempio n. 2
0
        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);
        }