Skip to main content
Latest
method Bson.Long.prototype.greaterThanOrEqual
Re-export
import { Bson } from "https://deno.land/x/denomongo_unittest_utils@v0.5.3/deps.ts";
const { Long } = Bson;

Tests if this Long's value is greater than or equal the specified's.

Parameters

other:
| string
| number
| Long

Returns

boolean