MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / eq

Method eq

lib.esm/utils/fixednumber.js:360–360  ·  view source on GitHub ↗

* Returns true if %%other%% is equal to %%this%%.

(other)

Source from the content-addressed store, hash-verified

358 * Returns true if %%other%% is equal to %%this%%.
359 */
360 eq(other) { return this.cmp(other) === 0; }
361 /**
362 * Returns true if %%other%% is less than to %%this%%.
363 */

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected