Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equals method #100

Open
oGabrielArruda opened this issue Apr 12, 2022 · 1 comment
Open

Equals method #100

oGabrielArruda opened this issue Apr 12, 2022 · 1 comment

Comments

@oGabrielArruda
Copy link

oGabrielArruda commented Apr 12, 2022

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
Copy link

gcmsg commented Jun 3, 2022

Just use uuid1 == uuid2 to compare.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants