Пример #1
0
 public bool Equals(DndTimeSpan other)
 {
     return(TimeMeasure.Equals(other.TimeMeasure) && Count.Equals(other.Count));
 }