uuid
uuid copied to clipboard
Equals method
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 '=='.
Just use uuid1 == uuid2 to compare.