Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongo/tests/test.deps.ts>bytesEquals

MongoDB driver for Deno
Extremely Popular
Go to Latest
function bytesEquals
import { bytesEquals } from "https://deno.land/x/mongo@v0.31.1/tests/test.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