Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Bson.ObjectId.prototype.equals
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { ObjectId } = Bson;

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean