VEC_ALL_EQ(ARG1, ARG2)

Purpose

Tests whether all sets of corresponding elements of the given vectors are equal.

Class

Elemental function

Argument type and attributes

ARG1
An INTENT(IN) vector.
ARG2
An INTENT(IN) vector of the same type as ARG1.

Result type and attributes

The result is an INTEGER(4).

Result value

The result is 1 if each element of ARG1 is equal to the corresponding element of ARG2. Otherwise, the result is 0.