method UUID.prototype.equalsimport { UUID } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/deps.ts"; equals(otherId: string | Uint8Array | UUID): booleanCompares the equality of this UUID with otherID. ParametersotherId: string | Uint8Array | UUID UUID instance to compare against. Returnsboolean