FilterNumericRuleEvaluator.Evaluate
Description:
Derived classes should override this method to implement the desired test.
Derived classes should override this method to implement the desired test.
Overloads (2):
public bool Evaluate(
long lhs,
long rhs
)
-
Int64lhsA value from an element in the document.
-
Int64rhsThe user-supplied value against which values from the document are tested.