FilterNumericRuleEvaluator.Evaluate(Int64, Int64)
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.
No comments yet. Start the discussion.
Loading…