Derived classes should override this method to implement the desired test.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.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
BooleanTrue if lhs, rhs satisfy the condition implemented by this evaluator.