operator(/=) Interface

public interface operator(/=)

Calls

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

Contents


Module Procedures

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??