operator(/=) Interface

public interface operator(/=)

Module Procedures

private impure elemental function not_equal_to(a, b)

Arguments

Type IntentOptional Attributes Name
type(DynamicMask), intent(in) :: a
type(DynamicMask), intent(in) :: b

Return Value logical

private function not_equal_to_spec(a, b) result(not_equal_to)

Arguments

Type IntentOptional Attributes Name
type(DynamicMaskSpec), intent(in) :: a
type(DynamicMaskSpec), intent(in) :: b

Return Value logical