Skip to main content
Module

x/web_bson/mod.d.ts>UUID#equals

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

Compares the equality of this UUID with otherID.

Parameters

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

Returns

boolean