protected bool Equals(GreaterLessPredicate other) { return(_value.Equals(other._value) && _less == other._less && _equal == other._equal && string.Equals(_attributeName, other._attributeName)); }
protected bool Equals(GreaterLessPredicate other) { return _value.Equals(other._value) && _less == other._less && _equal == other._equal && string.Equals(_attributeName, other._attributeName); }