operator(==) Interface

private interface operator(==)

Calls

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

Contents


Module Procedures

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

This function provides the test for equality of two attributes.

Read more…

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