Module

x/web_bson/mod.d.ts>Long#equals

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method Long.prototype.equals
import { Long } from "https://dotland.deno.dev/x/web_bson@v0.3.0/mod.d.ts";

Tests if this Long's value equals the specified's.

Parameters

other:
| string
| number
| Long
  • Other value

Returns

boolean