* @typeParam DateType - The `Date` type, the function operates on. Gets inferred from passed arguments. Allows to use extensions like [`UTCDate`](https://github.com/date-fns/utc).
10
*
11
* @param dateLeft - The first date to compare
12
* @param dateRight - The second date to compare
13
*
14
* @returns The dates are equal
15
*
16
* @example
17
* // Are 2 July 2014 06:30:45.000 and 2 July 2014 06:30:45.500 equal?