eq_hex Function

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


Called by

proc~~eq_hex~~CalledByGraph proc~eq_hex hex_coordinates::eq_hex interface~operator(==) hex_coordinates::operator(==) interface~operator(==)->proc~eq_hex proc~neq_hex hex_coordinates::neq_hex proc~neq_hex->proc~eq_hex interface~operator(SLASH=) hex_coordinates::operator(/=) interface~operator(SLASH=)->proc~neq_hex