uuid icon indicating copy to clipboard operation
uuid copied to clipboard

Equals method

Open oGabrielArruda opened this issue 2 years ago • 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 '=='.

oGabrielArruda avatar Apr 12 '22 18:04 oGabrielArruda

Just use uuid1 == uuid2 to compare. image

gcmsg avatar Jun 03 '22 02:06 gcmsg