Skip to main content
Module

x/mongo/mod.ts>ObjectId#equals

MongoDB driver for Deno
Extremely Popular
Go to Latest
method ObjectId.prototype.equals
Re-export
import { ObjectId } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean