Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Info), | intent(in) | :: | lhs | |||
type(ESMF_Info), | intent(in) | :: | rhs |
impure elemental function ESMF_InfoNotEqual(lhs, rhs) result(is_equal) type(ESMF_Info), intent(in) :: lhs type(ESMF_Info), intent(in) :: rhs logical :: is_equal is_equal = .not. ESMF_InfoEqual(lhs, rhs) end function ESMF_InfoNotEqual