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