/// <inheritdoc />
 public override int GetHashCode()
 {
     return(HashCodeUtils.CombineHashCodeValues(
                this.Begin.GetHashCode(),
                this.End.GetHashCode()));
 }
示例#2
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return(HashCodeUtils.CombineHashCodeValues(this.startTime.GetHashCode(), this.endTime.GetHashCode()));
 }