Tests if the template parameter with the specified name has the specified value.
The function returns the same result as the following expression:
getParam(paramName) == value
Parameters:
paramName
If the template has no parameter with that name, an error will be raised.
Note: The parameter name may be omitted only when this function is called within enabling conditions found in the definition of a template parameter. That will mean the access to the value of this very parameter itself (being defined).
value
true
if the parameter value is equal to the specified value;
false
otherwise
getParam()