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

Method ne

projects/JavaScript/proto/uuid.js:234–236  ·  view source on GitHub ↗

* Is this value not equal to other one? * @this {UUID} * @param {UUID} other Other value * @returns {boolean} Not equal result

(other)

Source from the content-addressed store, hash-verified

232 * @returns {boolean} Not equal result
233 */
234 ne (other) {
235 return !this.eq(other)
236 }
237
238 /**
239 * Is this value less than other one?

Callers 1

test_int64.jsFile · 0.45

Calls 1

eqMethod · 0.95

Tested by

no test coverage detected