google/uuid

Equals method

oGabrielArruda opened this issue · 1 comments

Does an "Equals(uuid1,uuid2)" method actually exists? It's not so fast comparing uuid's by parsing two values in string and then comparing then by '=='.

gcmsg commented

Just use uuid1 == uuid2 to compare.
image