Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5992
exports.neq = neq
5993
function
neq (a, b, loose) {
5994
return
compare(a, b, loose) !== 0
5995
}
5996
5997
exports.gte = gte
5998
function
gte (a, b, loose) {
Callers
1
cmp
Function · 0.85
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected