isUnequal Function

private pure function isUnequal(left, right) result(unequality)

This function provides the test for unequality 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 unequal??


Called by

proc~~isunequal~4~~CalledByGraph proc~isunequal~4 isUnequal interface~operator(SLASH=)~4 operator(/=) interface~operator(SLASH=)~4->proc~isunequal~4

Contents

None