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