import { ObjectId } from "https://deno.land/x/darkflare@v7.2.2/realm/mod.ts";
Compares the equality of this ObjectId with otherID
.
Parameters
otherId: string | ObjectId | ObjectIdLike
- ObjectId instance to compare against.
import { ObjectId } from "https://deno.land/x/darkflare@v7.2.2/realm/mod.ts";
Compares the equality of this ObjectId with otherID
.