The C++ user in me makes me think it should be easy to do something like: uuid_1.equals( uuid_2 ) or var uuid_2 = uuid_1.copy();
The C++ user in me makes me think it should be easy to do something like:
uuid_1.equals( uuid_2 )
or
var uuid_2 = uuid_1.copy();