Click or drag to resize

IActionConditionForTemplateMatches Method

Evaluates whether the specified properties match the condition defined by this action. The condition is based on the property name and value specified in the action. If a property with the same name exists in the provided properties and its value matches the condition, the method returns true; otherwise, it returns false.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
bool Matches(
	IReadOnlyDictionary<string, Object> properties
)

Parameters

properties  IReadOnlyDictionaryString, Object
The existing properties and respective values.

Return Value

Boolean
True if the properties match the condition; otherwise, false.
See Also