This member function checks wether a given ITuple is in the collection. It will return the index if the tuple exists or -1 if the tuple does not exist in the index. You can give the whole values or only the key values in a buffer instance of the tuple, or a tuple from another collection.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
int GetIndex(
	ITuple tuple
)

Parameters

tuple
Type: ILOG.Concert..::..ITuple

See Also