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):
Evaluate(Int32,Int32)
-
lhsA value from an element in the document.
-
rhsThe user-supplied value against which values from the document are tested.
Return Value
bool
True if lhs , rhs satisfy the condition implemented by this evaluator.