Ejemplo n.º 1
0
 public bool Equals(ProgressValue other) => PercentCompleted == other.PercentCompleted && BytesTransferred == other.BytesTransferred && BytesTotal == other.BytesTotal;
 public bool Equals(ProgressValue other) => PercentCompleted == other.PercentCompleted && BytesTransferred == other.BytesTransferred && BytesTotal == other.BytesTotal;