operator(/=) Interface

public interface operator(/=)

Calls

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

Contents


Module Procedures

public function isUnequal(left, right) result(unequality)

This function provides the test for unequality of two path.

Arguments

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

path to compare

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

path to compare against

Return Value logical

is unequal??