Esempio n. 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));
 }
Esempio n. 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);
 }