Esempio n. 1
0
        public override int GetHashCode()
        {
            int hashCode = -1765897747;

            if (CatalogObjectIds != null)
            {
                hashCode += CatalogObjectIds.GetHashCode();
            }

            if (LocationIds != null)
            {
                hashCode += LocationIds.GetHashCode();
            }

            if (UpdatedAfter != null)
            {
                hashCode += UpdatedAfter.GetHashCode();
            }

            if (Cursor != null)
            {
                hashCode += Cursor.GetHashCode();
            }

            if (States != null)
            {
                hashCode += States.GetHashCode();
            }

            return(hashCode);
        }
Esempio n. 2
0
        public override int GetHashCode()
        {
            int hashCode = 870378021;

            if (CatalogObjectIds != null)
            {
                hashCode += CatalogObjectIds.GetHashCode();
            }

            if (LocationIds != null)
            {
                hashCode += LocationIds.GetHashCode();
            }

            if (Types != null)
            {
                hashCode += Types.GetHashCode();
            }

            if (States != null)
            {
                hashCode += States.GetHashCode();
            }

            if (UpdatedAfter != null)
            {
                hashCode += UpdatedAfter.GetHashCode();
            }

            if (UpdatedBefore != null)
            {
                hashCode += UpdatedBefore.GetHashCode();
            }

            if (Cursor != null)
            {
                hashCode += Cursor.GetHashCode();
            }

            return(hashCode);
        }
Esempio n. 3
0
        public override int GetHashCode()
        {
            int hashCode = 1536175793;

            if (Scope != null)
            {
                hashCode += Scope.GetHashCode();
            }

            if (DiscountType != null)
            {
                hashCode += DiscountType.GetHashCode();
            }

            if (PercentageDiscount != null)
            {
                hashCode += PercentageDiscount.GetHashCode();
            }

            if (CatalogObjectIds != null)
            {
                hashCode += CatalogObjectIds.GetHashCode();
            }

            if (FixedDiscountMoney != null)
            {
                hashCode += FixedDiscountMoney.GetHashCode();
            }

            if (MaxDiscountMoney != null)
            {
                hashCode += MaxDiscountMoney.GetHashCode();
            }

            return(hashCode);
        }