Click or drag to resize

AndConditionIsValid Method

Determines whether the condition is valid for the specified parameter.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsValid(
	Object? parameter
)

Parameters

parameter  Object
The parameter to validate against the condition.

Return Value

Boolean
if the condition is valid; otherwise, .

Implements

IConditionIsValid(Object)
See Also