import { Collection } from "https://deno.land/x/revoltio@v1.0.0/deps.ts";
Checks if this collection shares identical items with another. This is different to checking for equality using equal-signs, because the collections may be different objects, but contain the same data.