Module

x/web_bson/mod.js>UUID#equals

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method UUID.prototype.equals
import { UUID } from "https://dotland.deno.dev/x/web_bson@v0.3.0/mod.js";

Compares the equality of this UUID with otherID.

Parameters

otherId: string | Uint8Array | UUID
  • UUID instance to compare against.

Returns

boolean