示例#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);
 }