M

FilterNumericRuleEvaluator.Evaluate

Description:
Derived classes should override this method to implement the desired test.
Overloads (2):
Evaluate(Int32,Int32)
public bool Evaluate(
	int lhs,
	int rhs
)
  • lhs
    A value from an element in the document.
  • rhs
    The 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.