public Dst(string name, int offset, DstRule start, DstRule end) { this.name = name; this.offset = offset; this.start = start; this.end = end; }
public override bool Equals(DstRule other) { return(Equals(other as DayOfWeekRule)); }
public override bool Equals(DstRule other) { return(Equals(other as FixedDateRule)); }