public bool Equals(DndTimeSpan other) { return(TimeMeasure.Equals(other.TimeMeasure) && Count.Equals(other.Count)); }