
Go backward to =
: Assignment
Go up to General
==
: Comparison
equal =
(l ==
r)
int equal
List<T> l
List<T> r
Specification: Returns 1 if l and r are bound to the same
list 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