Skip to main content
Module

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

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

Tests if this Long's value differs from the specified's.

Parameters

other:
| string
| number
| Long

Returns

boolean