Example #1
0
        public override int GetHashCode()
        {
            int hash = 23;

            hash = hash * 37 + LimitSpecification.GetHashCode();
            hash = hash * 37 + LimitTimeBasis.GetHashCode();
            return(hash);
        }