method Long.prototype.compareimport { Long } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/deps.ts"; 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