MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / ne

Method ne

projects/JavaScript/proto/int64.js:1388–1390  ·  view source on GitHub ↗

* Is this value not equal to other one? * @this {!UInt64} * @param {!Int64|!UInt64|number|string} other Other value * @returns {boolean} Not equal result

(other)

Source from the content-addressed store, hash-verified

1386 * @returns {boolean} Not equal result
1387 */
1388 ne (other) {
1389 return !this.eq(other)
1390 }
1391
1392 /**
1393 * Is this value less than other one?

Callers

nothing calls this directly

Calls 1

eqMethod · 0.95

Tested by

no test coverage detected