Skip to main content
Go to Latest
function equals
import { equals } from "https://deno.land/x/openbox@1.1.8/deps.ts";

Check whether binary arrays are equal to each other.

Parameters

a: Uint8Array

first array to check equality

b: Uint8Array

second array to check equality

Returns

boolean