Exemple #1
0
        public override int GetHashCode()
        {
            int hashCode = 232618959;

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

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

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

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

            return(hashCode);
        }