Module

x/web_bson/mod.js>ObjectId#equals

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method ObjectId.prototype.equals
import { ObjectId } from "https://dotland.deno.dev/x/web_bson@v0.3.0/mod.js";

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean