Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aether/deps.ts>Bson.UUID#equals

A Deno library to interface with the Discord API
Latest
method Bson.UUID.prototype.equals
Re-export
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.

Returns

boolean