Skip to main content
Module

x/mongo/deps.ts>ObjectId#equals

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

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean