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

Compares two local dates for inequality.

Example

assert TOMLLocalDate(2026, 8, 10) != TOMLLocalDate(2026, 8, 11)