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

Compares two local times by component.

Example

assert TOMLLocalTime(8, 15) == TOMLLocalTime(8, 15)