is_equal_interface Abstract Interface

abstract interface

Implement == operator.

private elemental function is_equal_interface(lhs, rhs)

Arguments

Type IntentOptional AttributesName
class(content_adt), intent(in) :: lhs

Left hand side.

class(content_adt), intent(in) :: rhs

Rigth hand side.

Return Value logical

Description

Implement == operator.