Example #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));
 }
Example #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);
 }