RVTDocs.com

FilterNumericRuleEvaluator.Evaluate(Int64, Int64)

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