klyn.io.toml.TOMLLocalDate.operator==
method
public static operator==(left as TOMLLocalDate, right as TOMLLocalDate) as Boolean:
Description

Compares two local dates by calendar components.

Example
assert TOMLLocalDate(2026, 8, 10) == TOMLLocalDate(2026, 8, 10)