Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
method ObjectId.prototype.equals
import { ObjectId } from "https://deno.land/x/darkflare@v7.2.2/realm/mod.ts";

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean