operator(==) Interface

public interface operator(==)

Module Procedures

private pure function cube_t__equal(a, b) result(ret)

Arguments

Type IntentOptional Attributes Name
type(cube_t), intent(in) :: a
type(cube_t), intent(in) :: b

Return Value logical