string_t_ne_string_t Interface

interface
private elemental module function string_t_ne_string_t(lhs, rhs) result(lhs_ne_rhs)

Arguments

Type IntentOptional Attributes Name
class(string_t), intent(in) :: lhs
class(string_t), intent(in) :: rhs

Return Value logical