Skip to main content
Latest
method Bson.ObjectId.prototype.equals
import { Bson } from "https://deno.land/x/exodus@0.1.8/deps.ts";
const { ObjectId } = Bson;

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean