operator(==) Interface

public interface operator(==)

Calls

interface~~operator(==)~4~~CallsGraph interface~operator(==)~4 operator(==) proc~isequal~4 isEqual interface~operator(==)~4->proc~isequal~4

Contents


Module Procedures

private pure function isEqual(left, right) result(equality)

This function provides the test for equality of two nodes descriptions.

Arguments

TypeIntentOptionalAttributesName
type(ply_nodes_header_type), intent(in) :: left

projection to compare

type(ply_nodes_header_type), intent(in) :: right

projection to compare against

Return Value logical

is equal??