MCPcopy 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
5987exports.eq = eq
5988function eq (a, b, loose) {
5989 return compare(a, b, loose) === 0
5990}
5991
5992exports.neq = neq
5993function neq (a, b, loose) {

Callers 2

diffFunction · 0.85
cmpFunction · 0.85

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected