Click or drag to resize

OwnerStateConditionEvaluatorIsValid Method

Evaluates the specified condition.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.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