isEqual Function

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

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

Arguments

Type IntentOptional Attributes Name
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??


Called by

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

Contents