(other Node)
| 362 | } |
| 363 | |
| 364 | func (node Node) sameGenericAttributes(other Node) bool { |
| 365 | return deepEqual(node.GenericAttributes, other.GenericAttributes) |
| 366 | } |
| 367 | |
| 368 | func deepEqual(map1, map2 map[GenericAttributeType]json.RawMessage) bool { |
| 369 | // Check if the maps have the same number of keys |