isEqual Function

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

This function provides the test for equality of the header for two projections.

The headers are considered to be equal, if their kind and the corresponding headers are equal. For unknown kinds, the headers are not taken into consideration.

Arguments

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

projection to compare

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

projection to compare against

Return Value logical

is equal??


Called by

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

Contents

None