Skip to main content
Module

x/web_bson/mod.ts>ObjectId#equals

web_bson is a fork from mongodb/js-bson
Go to Latest
method ObjectId.prototype.equals
Re-export
import { ObjectId } from "https://deno.land/x/web_bson@v0.2.4/mod.ts";

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean