xpath_node_eq
    The following is a list of properties for the function xpath_node_eq:
| Property | Value | 
|---|---|
brief | Checks for equal | 
category | xpathExpression | 
description | Checks for xpathExpression arg1 is equal to xpathExpression arg2 and return the boolean result. | 
functionId | xpath_node_eq | 
functionLabel | xpath_node_eq | 
pure | true | 
op | == | 
parameters | [ { "dataType": "xpathExpression", "name": "arg1" }, { "dataType": "xpathExpression", "name": "arg2" } ] | 
polymorphicExecuteFunction | afw_function_execute_eq | 
returns | { "dataType": "boolean" } |