IConditionEvaluatorIsValid Method |
Evaluates the specified condition.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool IsValid(
Object? parameter,
Condition condition
)
Parameters
- parameter Object
- The parameter passed to the condition evaluator.
- condition Condition
- The condition to evaluate.
Return Value
Booleantrue if the condition is satisfied; otherwise,
false.
See Also