Toggle navigation
HASTY
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
is_equal_interface
Abstract Interface
7 statements
Source File
hasty_content_adt.f90
hasty_content_adt
is_equal_interface
All Abstract Interfaces
destroy_interface
is_equal_interface
is_filled_interface
iterator_interface
key_iterator_interface
set_interface
typeguard_interface
abstract interface
Implement
==
operator.
private elemental function is_equal_interface(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
class(
content_adt
),
intent(in)
::
lhs
Left hand side.
class(
content_adt
),
intent(in)
::
rhs
Rigth hand side.
Return Value
logical
Description
Implement
==
operator.
All Abstract Interfaces
destroy_interface
is_equal_interface
is_filled_interface
iterator_interface
key_iterator_interface
set_interface
typeguard_interface