function neqimport { neq } from "https://dotland.deno.dev/std@0.181.0/semver/mod.ts"; neq(v1: string | SemVer,v2: string | SemVer,options?: Options,): booleanThis is true if they're not logically equivalent, even if they're the exact same string. Parametersv1: string | SemVerv2: string | SemVeroptionaloptions: OptionsReturnsboolean