operator(/=) Interface

public interface operator(/=)

Calls

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

Contents


Module Procedures

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

This function provides the test for unequality of two projections.

Read more…

Arguments

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

projection to compare

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

projection to compare against

Return Value logical

is unequal??