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

Compares two local date-times by component.

Example

assert TOMLLocalDateTime(2026, 8, 10, 9, 0) == TOMLLocalDateTime(2026, 8, 10, 9, 0)