Example #1
0
 protected bool Equals(MatchItem other)
 {
     return(string.Equals(this.UserName, other.UserName) && string.Equals(this.MatchingRuleName, other.MatchingRuleName) && string.Equals(this.Message, other.Message));
 }
Example #2
0
 protected bool Equals(MatchItem other)
 {
     return string.Equals(this.UserName, other.UserName) && string.Equals(this.MatchingRuleName, other.MatchingRuleName) && string.Equals(this.Message, other.Message);
 }