Inheritance: IPredicate
 protected bool Equals(LikePredicate other)
 {
     return(string.Equals(AttributeName, other.AttributeName) && string.Equals(Expression, other.Expression));
 }
 protected bool Equals(LikePredicate other)
 {
     return string.Equals(AttributeName, other.AttributeName) && string.Equals(Expression, other.Expression);
 }