AndConditionIsValid Method |
Determines whether the condition is valid for the specified parameter.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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