Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/semver/mod.ts>notEquals

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function notEquals
import { notEquals } from "https://deno.land/std@0.218.2/semver/mod.ts";

Not equal comparison

This is equal to compare(s0, s1) !== 0.

Returns

boolean