operator(==) Interface

public interface operator(==)

Calls

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

Contents


Module Procedures

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

This function provides the test for equality of two projections.

Read more…

Arguments

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

projection to compare

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

projection to compare against

Return Value logical

is equal??