public override int GetHashCode()
        {
            int hashCode = -583489154;

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

            return(hashCode);
        }
        public override int GetHashCode()
        {
            int hashCode = 1520527476;

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

            return(hashCode);
        }
예제 #3
0
        public override int GetHashCode()
        {
            int hashCode = -1128419050;

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

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

            return(hashCode);
        }
예제 #4
0
        public override int GetHashCode()
        {
            int hashCode = 318164469;

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

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

            return(hashCode);
        }
        public override int GetHashCode()
        {
            int hashCode = 2041086926;

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

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

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

            return(hashCode);
        }
        public override int GetHashCode()
        {
            int hashCode = 893046875;

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

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

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

            return(hashCode);
        }