Skip to main content
Module

x/mongo/deps.ts>UUID#equals

MongoDB driver for Deno
Extremely Popular
Go to Latest
method UUID.prototype.equals
import { UUID } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

Compares the equality of this UUID with otherID.

Parameters

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

Returns

boolean