Esempio n. 1
0
 protected bool Equals(ReplicationPerformanceStats other)
 {
     return(BatchSize == other.BatchSize && Duration.Equals(other.Duration) && Started.Equals(other.Started));
 }
Esempio n. 2
0
 protected bool Equals(ReplicationPerformanceStats other)
 {
     return BatchSize == other.BatchSize && Duration.Equals(other.Duration) && Started.Equals(other.Started);
 }