Esempio n. 1
0
 protected bool Equals(Rule4 other)
 {
     return(string.Equals(ParticipantId, other.ParticipantId) && string.Equals(Type, other.Type) && Deduction == other.Deduction && string.Equals(Time, other.Time));
 }
Esempio n. 2
0
 protected bool Equals(Rule4 other)
 {
     return string.Equals(ParticipantId, other.ParticipantId) && string.Equals(Type, other.Type) && Deduction == other.Deduction && string.Equals(Time, other.Time);
 }