Derived classes override this method to implement the test that determines
whether the two given string values satisfy the desired condition or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool Evaluate( string lhs, string rhs, bool caseSensitive )
Parameters
- lhs String
- A value from an element in the document.
- rhs String
- The user-supplied value against which values from the document are tested.
- caseSensitive Boolean
- If true, string comparisons are done case-sensitively.
Return Value
BooleanTrue if the given arguments satisfy the condition, otherwise false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |