Skip to main content
Module

x/atlas_sdk/deps.ts>UUID#equals

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method UUID.prototype.equals
import { UUID } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";

Compares the equality of this UUID with otherID.

Parameters

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

Returns

boolean