Exemplo n.º 1
0
 protected bool Equals(ExpirationConfiguration other)
 {
     return(Disabled == other.Disabled && DeleteFrequencyInSec == other.DeleteFrequencyInSec);
 }
Exemplo n.º 2
0
 protected bool Equals(ExpirationConfiguration other)
 {
     return(Active == other.Active && DeleteFrequencyInSec == other.DeleteFrequencyInSec);
 }