Exemplo n.º 1
0
 private bool Equals(Timeframe other)
 {
     return(Start.Equals(other.Start) && End.Equals(other.End));
 }
Exemplo n.º 2
0
 private bool Equals(Timeframe other)
 {
     return Start.Equals(other.Start) && End.Equals(other.End);
 }