Returns true if NodeB is an exact match for the <VariableNode>. This includes type, vector dimension, array size, and other parameters such as struct type and sampler type.
int32 Match( Node p_oNodeB )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Node> | p_oNodeB | The <Node> you wish to compare to the <VariableNode>. |
None published. Please look for an example in the Simdify Scripting Language code base.