\"\" \"\" \"\"
Go backward to =: Assignment
Go up to General
RISC-Linz logo

==: Comparison

equal = (b == c)
      int equal
      ThreadBag<T> b
      ThreadBag<T> c

Specification: Returns 1 if b and c are bound to the same thread bag and 0 else.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997