Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method ObjectId.prototype.equals
import { ObjectId } from "https://deno.land/x/darkflare@v7.2.6/realm/mod.ts";

Compares the equality of this ObjectId with otherID.

Parameters

otherId: string | ObjectId | ObjectIdLike
  • ObjectId instance to compare against.

Returns

boolean