I think you have to loop through all the objects to find it again:
You could create a dictionary to keep track of the guids otherwise, indexing by a tuple (key, value) for instance
I think you have to loop through all the objects to find it again:
You could create a dictionary to keep track of the guids otherwise, indexing by a tuple (key, value) for instance