method Bson.Long.prototype.compareRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; compare(other: | string | number | Long | Timestamp): 0 | 1 | -1Compares this Long's value with the specified's. Parametersother: | string | number | Long | TimestampReturns0 | 1 | -10 if they are the same, 1 if the this is greater and -1 if the given one is greater