MCPcopy Create free account
hub / github.com/Azure/powershell / neq

Function neq

lib/index.js:5993–5995  ·  view source on GitHub ↗
(a, b, loose)

Source from the content-addressed store, hash-verified

5991
5992exports.neq = neq
5993function neq (a, b, loose) {
5994 return compare(a, b, loose) !== 0
5995}
5996
5997exports.gte = gte
5998function gte (a, b, loose) {

Callers 1

cmpFunction · 0.85

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected