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