Is Datetime Equal
Returns a boolean indicating whether a datetime equals another.
Description
Returns true if the datetime object equals another datetime object, false otherwise.
Inputs
- date to compare (DateTime): The date we want to know if it is equal to another date.
- comparison date (DateTime): The reference date.
Outputs
- is equal (Boolean): The result.