operator(==) Interface

public interface operator(==)

Module Procedures

private pure function compare_datetime(lhs, rhs) result(match)

Arguments

Type IntentOptional Attributes Name
type(toml_datetime), intent(in) :: lhs
type(toml_datetime), intent(in) :: rhs

Return Value logical