* @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).
12
*
13
* @param dateLeft - The first date to compare
14
* @param dateRight - The second date to compare
15
*
16
* @returns The dates are equal
17
*
18
* @example
19
* // Are 2 July 2014 06:30:45.000 and 2 July 2014 06:30:45.500 equal?