Itenso.TimePeriod.DateDiff.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return HashTool.ComputeHashCode( GetType().GetHashCode(),
                calendar,
                yearBaseMonth,
                firstDayOfWeek,
                date1,
                date2,
                difference );
        }