Skip to main content
Module

x/mongo/mod.ts>Bson.ObjectId#equals

MongoDB driver for Deno
Extremely Popular
Go to Latest
method Bson.ObjectId.prototype.equals
import { Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { ObjectId } = Bson;

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean