tibasTuple_Compare()
Compares two tuples. Returns 0 if the tuples have the same value and a non-zero number if they are different.
Declaration
tibas_int tibasTuple_Compare(
tibasTuple tuple1,
tibasTuple tuple2);
Parameters
| Parameter
|
Description
|
| tuple1
|
The first tuple.
|
| tuple2
|
The tuple to compare the first tuple with.
|
Copyright © Cloud Software Group, Inc. All rights reserved.