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