Exemplo n.º 1
0
 /// <summary>
 /// Returns a hash code for this year/month.
 /// See the type documentation for a description of equality semantics.
 /// </summary>
 /// <returns>A hash code for this value.</returns>
 public override int GetHashCode() => startOfMonth.GetHashCode();
Exemplo n.º 2
0
 /// <summary>
 /// Returns a hash code for this local date.
 /// See the type documentation for a description of equality semantics.
 /// </summary>
 /// <returns>A hash code for this local date.</returns>
 public override int GetHashCode() => yearMonthDayCalendar.GetHashCode();