Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/powershell
/ eq
Function
eq
lib/index.js:5988–5990 ·
view source on GitHub ↗
(a, b, loose)
Source
from the content-addressed store, hash-verified
5986
5987
exports.eq = eq
5988
function
eq (a, b, loose) {
5989
return
compare(a, b, loose) === 0
5990
}
5991
5992
exports.neq = neq
5993
function
neq (a, b, loose) {
Callers
2
diff
Function · 0.85
cmp
Function · 0.85
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected