Herror ::tuple_not_equal (
    const HTuple &T1,
    const HTuple &T2,
    long *Nequal
)

Test, whether two tuples are not equal.

::tuple_not_equal tests whether the two input tuples T1 and T2 are not equal. Two tuples are not equal, if they consist of a different number of elements or if they differ when compared elementwise. Two tuple elements differ, if they are of types that may not be compared (e.g. one string and one integer) or if they differ in their values.


Parameters

T1 (input_control)
number(-array) -> HTuple.long / double / char *
Input tuple 1.

T2 (input_control)
number(-array) -> HTuple.long / double / char *
Input tuple 2.

Nequal (output_control)
integer -> long *
Result of the comparison of the input tuples.


Alternatives

::tuple_equal, ::tuple_less, ::tuple_greater, ::tuple_less_equal, ::tuple_greater_equal


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH