Only the semantic value content is considered.
Parameters
other | The node to compare against. |
Returns
true if both nodes have the same type and equivalent values.Compares two CdmNode values for structural equality.
This performs a deep value comparison, not pointer comparison. Two nodes are equal if they have the same type and equivalent values. For containers (ARRAY, OBJECT, TAG), children and members are compared recursively.
Only the semantic value content is considered.
other | The node to compare against. |
true if both nodes have the same type and equivalent values.