queryEqual
Returns true if the provided queries point to the same collection and apply the same constraints.
function queryEqual<AppModelType, DbModelType extends DocumentData>(left: Query<AppModelType, DbModelType>, right: Query<AppModelType, DbModelType>): boolean;