Inheritance: IPredicate
Ejemplo n.º 1
0
 protected bool Equals(LikePredicate other)
 {
     return(string.Equals(AttributeName, other.AttributeName) && string.Equals(Expression, other.Expression));
 }
Ejemplo n.º 2
0
 protected bool Equals(LikePredicate other)
 {
     return string.Equals(AttributeName, other.AttributeName) && string.Equals(Expression, other.Expression);
 }