
Go backward to =
: Assignment
Go up to General
==
: 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).
Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp