Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/atlas_sdk/deps.ts>ObjectId#equals

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method ObjectId.prototype.equals
import { ObjectId } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";

Compares the equality of this ObjectId with otherID.

Parameters

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

Returns

boolean