Пример #1
0
 protected bool Equals(RegexPredicate other)
 {
     return(string.Equals(_attributeName, other._attributeName) && string.Equals(_regex, other._regex));
 }
 protected bool Equals(RegexPredicate other)
 {
     return string.Equals(_attributeName, other._attributeName) && string.Equals(_regex, other._regex);
 }