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

==: 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).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997