isUnequal Function

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

This function provides the test for unequality of two attributes.

Two attributes are considered unequal if any of their kind, label, level, color, subresolution or distancerefine are not equal.

Arguments

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

attribute to compare

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

attribute to compare against

Return Value logical

is unequal??


Called by

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

Contents

None