tibasTuple_Compare()

Compares two tuples. Returns 0 if the tuples have the same value.

Declaration

tibas_status tibas_int tibasTuple_Compare(
    tibasTuple tuple1,
    tibasTuple tuple2);

Parameters

Parameter Description
tuple1 The first tuple.
tuple2 The tuple to compare the first tuple with.