import { areValuesEqual } from "https://deno.land/x/bencodex@0.2.2/src/types.ts";
Checks if the given Bencodex values have the same type and the same contents. In other words, this function checks if the given values are encoded in the same Bencodex data.