operator(==) Interface

public interface operator(==)

Module Procedures

private function equal_keys(key1, key2) result(test)

Compares two keys for equality (Specifications)

Arguments: key1 - the first key key2 - the second key

Arguments

Type IntentOptional Attributes Name
type(key_type), intent(in) :: key1
type(key_type), intent(in) :: key2

Return Value logical