M

FilterNumericRuleEvaluator.Evaluate

Description:
Derived classes should override this method to implement the desired test.
Overloads (2):
Evaluate(Int64,Int64)
public bool Evaluate(
	long lhs,
	long rhs
)
  • Int64
    lhs
    A value from an element in the document.
  • Int64
    rhs
    The user-supplied value against which values from the document are tested.
Return Value Boolean True if lhs , rhs satisfy the condition implemented by this evaluator.