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

==: Comparison

equal = (a == b)
      int equal
      Array<T> a
      Array<T> b

Specification: Returns 1 if a and b are bound to the same array and 0 else.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997