=
: Assignment==
: Comparison=
(t ==
s) =
(int t ==
s) Specification: Returns 1 if a and b are bound to the same array and 0 else.
Complexity: O(1).
Note: By implicit conversion, the following comparisons are legal:
Thread<R> t
Threadn<R, A_1, ..., A_n> s
t==
s
s==
t