Comparison by Value

Ok, many thanks, I’ll give it a try

In the meantime I found a quite ugly way to compare items by values, but only available from Capella, not from Team for Capella
I compare the string conversion (using str() python function) of the java object, removing the prefix part providing the class name plus some id or address
Unfortunately, I need this comparator in Team for Capella

So, the question is now why the string conversion of an item does not provide the same result for Team for Capella Teams as for Capella
And how to access to this full string conversion within Team for Capella, this conversion being limited to the Capella type name plus some @OID in this case, as shown in this post Python4Capella - Comparison of CapellaElements - regression??