operator(/=) Interface

public interface operator(/=)

Calls

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

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_fxt_header_type), intent(in) :: left

projection to compare

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

projection to compare against

Return Value logical

is unequal??