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.NamePropertyExtractionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxbool Matches(
IReadOnlyDictionary<string, Object> properties
)
Parameters
- properties IReadOnlyDictionaryString, Object
- The existing properties and respective values.
Return Value
BooleanTrue if the properties match the condition; otherwise, false.
See Also