Private
Readonly
_rawReadonly
versionThe version of the UUID.
Compares this UUID to another UUID.
The other UUID can be a UUID instance or a string.
A UUID is considered equal to another UUID if their lowercase string representations are equal.
The UUID to compare to.
true
if the UUIDs are equal, false
otherwise.
Static
v4Static
v7
Represents a UUID that can be used as an _id in the DataAPI.
Provides methods for creating v4 and v7 UUIDs, and for parsing timestamps from v7 UUIDs.
Example
Example
See
ObjectId