Пример #1
0
 private bool Equals(Timeframe other)
 {
     return(Start.Equals(other.Start) && End.Equals(other.End));
 }
Пример #2
0
 private bool Equals(Timeframe other)
 {
     return Start.Equals(other.Start) && End.Equals(other.End);
 }