isEqual Function

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

This function provides the test for equality of two attributes.

Two attributes are considered to be equal if their kind, label, level, color, subresolution and distancerefine are all 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 equal??


Called by

proc~~isequal~~CalledByGraph proc~isequal isEqual interface~operator(==) operator(==) interface~operator(==)->proc~isequal

Contents

None