operator(/=) Interface

private interface operator(/=)

Calls

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

Contents


Module Procedures

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

This function provides the test for unequality 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 unequal??