I think you can do
Qt Code:
  1. other == object2
To copy to clipboard, switch view to plain text mode 
i.e. using the id like a reference to the object

Another option would be to set the "objectName" property and compare with that.

Cheers,
_