method Bson.Long.prototype.equalsRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; equals(other: | string | number | Long | Timestamp): booleanTests if this Long's value equals the specified's. Parametersother: | string | number | Long | Timestamp Other value Returnsboolean