operator (/=) Interface

private interface operator (/=)

Calls

interface~~operator (SLASH=)~~CallsGraph interface~operator (SLASH=) operator (/=) proc~tem_stringkvp_notequals tem_stringKVP_notEquals interface~operator (SLASH=)->proc~tem_stringkvp_notequals proc~tem_stringkvp_equals tem_stringKVP_equals proc~tem_stringkvp_notequals->proc~tem_stringkvp_equals

Contents


Module Procedures

private pure function tem_stringKVP_notEquals(me, other) result(res)

Indicates whether this instance and a specified object are equal.

Arguments

TypeIntentOptionalAttributesName
type(tem_stringKeyValuePair_type), intent(in) :: me

THe current instance.

type(tem_stringKeyValuePair_type), intent(in) :: other

The instance to compare with the current instance.

Return Value logical

.true. when both instances are equal, otherwise .false.