Пример #1
0
 protected bool Equals(ExpirationConfiguration other)
 {
     return(Disabled == other.Disabled && DeleteFrequencyInSec == other.DeleteFrequencyInSec);
 }
Пример #2
0
 protected bool Equals(ExpirationConfiguration other)
 {
     return(Active == other.Active && DeleteFrequencyInSec == other.DeleteFrequencyInSec);
 }