operator(==) Interface

public interface operator(==)

Calls

interface~~operator(==)~~CallsGraph interface~operator(==) operator(==) proc~isequal isEqual interface~operator(==)->proc~isequal proc~tem_pathcomparison tem_PathComparison proc~isequal->proc~tem_pathcomparison

Contents


Module Procedures

public function isEqual(left, right) result(equality)

This function provides the test for equality of two treeIDs.

Read more…

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