Click or drag to resize

SelectedDataConditionEvaluatorIsValid Method

Evaluates the specified condition.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsValid(
	Object parameter,
	Condition condition
)

Parameters

parameter  Object
The parameter passed to the condition evaluator.
condition  Condition
The condition to evaluate.

Return Value

Boolean
true if the condition is satisfied; otherwise, false.

Implements

IConditionEvaluatorIsValid(Object, Condition)
See Also