operator(==) Interface

public interface operator(==)

equality overload

Calls

interface~~operator(==)~~CallsGraph interface~operator(==) hex_coordinates::operator(==) proc~eq_hex hex_coordinates::eq_hex interface~operator(==)->proc~eq_hex

Module Procedures

private pure elemental function eq_hex(A, B) result(isequal)

Equality overload for hex type

Arguments

Type IntentOptional Attributes Name
type(hex), intent(in) :: A
type(hex), intent(in) :: B

Return Value logical