Skip to main content
Extremely Popular
Go to Latest
method Bson.Long.prototype.greaterThanOrEqual
Re-export
import { Bson } from "https://deno.land/x/mongo@v0.31.0/mod.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