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

Method ne

projects/JavaScript/proto/int64.js:474–476  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

472 * @returns {boolean} Not equal result
473 */
474 ne (other) {
475 return !this.eq(other)
476 }
477
478 /**
479 * Is this value less than other one?

Callers

nothing calls this directly

Calls 1

eqMethod · 0.95

Tested by

no test coverage detected