import { Bson } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { UUID } = Bson;
Compares the equality of this UUID with otherID
.
Parameters
otherId: string | Uint8Array | UUID
- UUID instance to compare against.
import { Bson } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { UUID } = Bson;
Compares the equality of this UUID with otherID
.