Derived classes should override this method to implement the desired test.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool Evaluate(
long lhs,
long rhs
)
Parameters
- 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
Boolean
True if
lhs,
rhs satisfy the condition implemented by this evaluator.
See Also
Reference