Skip to main content
Module

x/mongo/mod.ts>ObjectId#equals

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

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean