Example #1
0
        public override int GetHashCode()
        {
            int hashCode = -406098695;

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

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

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

            return(hashCode);
        }