public override int GetHashCode() { return(StartInclusive.GetHashCode() ^ EndExclusive.GetHashCode()); }
public override int GetHashCode() { return(Length.GetHashCode() ^ StartInclusive.GetHashCode()); }