isEqual Function

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

This function provides the test for equality of two projections.

Two fxt header are considered to be equal, if their node_header, and the factor are equal.

Arguments

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

projection to compare

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

projection to compare against

Return Value logical

is equal??


Called by

proc~~isequal~7~~CalledByGraph proc~isequal~7 isEqual interface~operator(==)~7 operator(==) interface~operator(==)~7->proc~isequal~7

Contents

None